export type StringsTable = Record; export declare function registerI18nRoot(adapterPkg: string, absRoot: string): void; export declare function listLocales(adapterPkg: string): Promise; export declare function loadStrings(adapterPkg: string, locale: string): Promise; export declare function interpolate(template: string, vars: Record): string; //# sourceMappingURL=registry.d.ts.map