export { GetHttpArgs, GetHttpResult, GetHttpOutputArgs } from "./getHttp"; export declare const getHttp: typeof import("./getHttp").getHttp; export declare const getHttpOutput: typeof import("./getHttp").getHttpOutput; export * from "./provider"; import * as types from "./types"; export { types, };