export { httpRequest }; declare function httpRequest({ config, step, openApiDefinitions }: { config: any; step: any; openApiDefinitions?: any[]; }): Promise; //# sourceMappingURL=httpRequest.d.ts.map