export declare class UserFiltersDto {
    phone?: string;
    cpf_cnpj?: string;
}
