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