import { AxiosInstance } from "axios"; export declare function HttpCombo(axios: AxiosInstance | undefined, url: string): { RetornarDados: (Link: string) => Promise; RetornarDadosAJAX: (Link: string, Busca: string) => Promise; };