import { ApolloLink } from "../core/index.js";
import type { HttpOptions } from "./selectHttpOptionsAndBody.js";
export declare const createHttpLink: (linkOptions?: HttpOptions) => ApolloLink;
//# sourceMappingURL=createHttpLink.d.ts.map