export declare enum PixType {
    CPF = "CPF",
    CNPJ = "CNPJ",
    EMAIL = "Email",
    PHONE = "Phone",
    OTRO = "Otro"
}
