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