export declare function loadLocale(locale?: string): Promise; export declare function standardLoader(): typeof loadFile; declare function loadFile(locale: string): Promise; export {};