frontend/.pnpm-store/v3/files/50/afb346c4a8369e2510f249919559ebce337e8c8d0d73b96a70126c5348345eed66d505c988b532f89a2500e6be039536e1d1eea8e2808a6d9d75dcb2a8506b

7 lines
175 B
Plaintext

export declare const lookupCache: {
[locale: string]: {
[messageId: string]: any;
};
};
export declare const lookup: (path: string, refLocale: string) => any;