export type CPFCnpj = 'CPF' | 'CNPJ' | 'CPFCNPJ'; export declare class InputCpfCnpjConfiguration { type: CPFCnpj; constructor(type?: CPFCnpj); }