export declare class ValidationHelper { static validateCpf(value: string): boolean; static validateCnpj(value: string): boolean; }