declare type Dict = Record; export declare function normalizeConfig(defaultConfig: Dict, userConfig: Dict): Dict; export {};