import { CommandOptions, Config } from '../../types/index';
export declare function getI18nConfig(options: CommandOptions): Config;
