/** * Creates a formatter cache. * Cache used to prevent unnecessary (expensive) creation of formatter objects */ export declare const cache: (factory: (params?: Params) => Formatter) => (params?: Params) => Formatter; //# sourceMappingURL=cache.utils.d.ts.map