import { Options } from '../types'; /** * 统一删除已转换的配置项 */ export declare const deleteExcessKeys: (options: O) => O;