import { CreditoDto } from '../cnpja/cnpja.dto'; import { HttpService } from '../http/http.service'; export declare class CreditService { private httpService; constructor(httpService: HttpService); /** * ### Créditos Restantes * Consulta a quantidade de créditos restantes em sua conta. */ read(): Promise; }