export declare const locale: (str: string, ...args: any[]) => string;
export declare const getLocales: () => Record<string, string>;
export declare function getLocale(resource: string, key: string): string;
export declare const initLocale: (key?: string) => void;