import type { MessageFormatter } from "./types.js"; export type { MessageFormatter } from "./types.js"; export declare class MessageFormat { locale: string | string[]; baseFormatters: Record; customFormatters: Record; constructor(locale?: string | string[], config?: { customFormatters?: Record; }); compile(message: string, locale?: string | string[]): (params: Record) => string; } //# sourceMappingURL=core.d.ts.map