export declare type BaseBodyUser = { name: string; telefones?: string | null; cpf?: string | null; matricula?: string | null; email?: string | null; telefone?: string | null; user: string | null; sync?: boolean; expiresAt?: string | null; };