import type { TranslateConfig } from '@txpjs/translate'; import type { FastElectronConfig } from './fastElectron'; export declare type ConfigType = { translate?: TranslateConfig; fastElectron?: FastElectronConfig; }; export declare function defineConfig(config: ConfigType): ConfigType; //# sourceMappingURL=defineConfig.d.ts.map