import { AxiosInstance } from "axios"; import { CGITableResumoColunasTypes } from "./CGITableResumo"; export declare function HttpCGITableResumo(axios: AxiosInstance | undefined, url: string): { RetornarDados: (Link: string) => Promise; };