import { __name } from "../../_virtual/_rolldown/runtime.js"; import { FlattenObjectKeys } from "../misc.js"; //#region common/locale/index.d.ts declare function locale(str: T, ...args: any[]): string; declare const getLocales: () => Record; declare function getLocale(resource: string, key: string): string; /** @deprecated */ declare const initLocale: (key?: string) => void; declare function createLocales>(): >(key: K, ...args: any[]) => string; //#endregion export { createLocales, getLocale, getLocales, initLocale, locale }; //# sourceMappingURL=index.d.ts.map