import type { IFatherConfig } from './types'; type ConfigType = IFatherConfig; export declare function defineConfig(config: ConfigType): ConfigType; export {};