import { NumberFormat, TextFormat } from "./types.js"; export declare const checkTextFormat: (label?: string) => TextFormat; export declare const checkNumberFormat: (label?: string) => NumberFormat; //# sourceMappingURL=constants.d.ts.map