declare const cpfFormat: (value: string) => string;
export default cpfFormat;
