import { type Formatter } from './../interfaces/index.js'; /** * Takes a value display it according to a mask provided * e.: 1234567890 with mask "(000) 000-0000" will display "(123) 456-7890" */ export declare const maskFormatter: Formatter; //# sourceMappingURL=maskFormatter.d.ts.map