astro-ghostcms/.pnpm-store/v3/files/a8/f4552f63e1000c16817c241d503...

5 lines
430 B
Plaintext

import { Options, LocalizeInfo } from '../common/common';
export { MessageFormat, BundleFormat, Options, LocalizeInfo, LocalizeFunc, LoadFunc, KeyInfo } from '../common/common';
export declare function loadMessageBundle(_file?: string): (key: string | number | LocalizeInfo, message: string, ...args: any[]) => string;
export declare function config(options?: Options): typeof loadMessageBundle;
//# sourceMappingURL=main.d.ts.map