import type { Config } from '../types/config';
export declare const defineConfig: (config: Config) => Config;