import { CorsConfig } from './types.js';
export declare function defineConfig(config: Partial<CorsConfig>): CorsConfig;
