frontend/.pnpm-store/v3/files/43/38d97b64fb32441541641467bede70abf101ea11e648ef179b501070432c0c5b006ce4403cb2c096341179a2fa55eff64be8f774c38194bc029bb3f32c77aa

6 lines
312 B
Plaintext

import type { MessagesLoader } from '../types';
export declare function resetQueues(): void;
export declare function hasLocaleQueue(locale: string): boolean;
export declare function flush(locale: string): Promise<void>;
export declare function registerLocaleLoader(locale: string, loader: MessagesLoader): void;