export declare function i18nextToPo(locale: any, body: any, options?: {}): Promise<any>;
export declare function i18nextToPot(locale: any, body: any, options?: {}): Promise<any>;
export declare function i18nextToMo(locale: any, body: any, options?: {}): Promise<any>;
