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