import { IntlMessageFormat } from "intl-messageformat"; export declare class FormatCache { #private; constructor(language: string); getFormat(translation: string): IntlMessageFormat; }