export declare type Boleto = { id: number; matricula: string; tipo: string; descricao: string; status: string; valor_total: string; valor_baixado: string; boleto_status: string; boleto_valor?: string | null; boleto_linha_digitavel?: string | null; boleto_emissao?: (any[] | boolean | number | string) | null; boleto_vencimento?: (any[] | boolean | number | string) | null; };