export declare function normalizeOptions(enableDefault: boolean, defaultOptions: T, key: string): (options: U) => T | false;