import type { ConfigurationObject } from '../../types.js'; export declare function normalizeConfig(config: C, platform: string): C;