import type { GlottoConfig, TranslateArgs } from './types.js'; export declare function loadConfig(explicitPath?: string): Promise; export declare function applyConfig(cli: TranslateArgs, config: GlottoConfig, rawArgs: string[]): TranslateArgs; //# sourceMappingURL=config.d.ts.map