import type { MessageFormatter } from "../types.js"; export declare const number: MessageFormatter; export declare const numberInteger: MessageFormatter; export declare const numberPercent: MessageFormatter; export declare const numberCurrency: MessageFormatter; //# sourceMappingURL=number.d.ts.map