import type { Operation } from "../parser/types.js"; import type { AuthConfig, HttpResponse } from "./types.js"; export declare function executeRequest(op: Operation, params: Record, auth: AuthConfig, baseUrl: string, verbose?: boolean): Promise; //# sourceMappingURL=http.d.ts.map