export declare function isValidCPF(cpf: string): boolean;
export declare function formatCPF(cpf: string): string;
