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