import { Config } from '../types/index.js';
export declare function defineConfig(config: Config): Config;
