export declare enum EPixKey {
    CNPJ = "cnpj",
    CPF = "cpf",
    EMAIL = "email",
    PHONE = "phone",
    RANDOM = "random"
}
