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