import type { FullConfig } from '../interfaces'; export declare function defineConfig(config: FullConfig): FullConfig;