import type { UserConfig } from './types.js';
export declare function parseUserConfig(config: UserConfig): UserConfig;
