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