import type { Config } from './typings'; export declare const defineConfig: (config: Config) => Config;