/** * Normalize configuration object */ export declare const normalizeConfig: (config: $TSFixMe, packagePath?: string) => any;