export declare function reduce(language: string, translation: any): any;
export declare function mapReduce(languages: string[], translation: any): any;
export declare function parseEnv(str: string): string;
