import type { UserConfig, Config } from '../types.js';
export declare const sanitizeConfig: (userConfig: UserConfig) => Config;
