interface TranslateObject { [key: string]: any; } export declare const translate: TranslateObject; export {};