export declare const useValidationsBR: (type: 'cnpj' | 'cpf' | 'cep' | 'email' | 'pis' | 'phone' | 'uf' | 'cnh', value: string) => boolean;
