import { IPC_PACKET, IPC_RESULT, IpcWork } from "./IpcWork"; import { HttpRestConnection } from "biflow-core"; import { EVENT_TYPE } from "../@types/types"; export declare class HTTP extends IpcWork { httpRestConnection?: HttpRestConnection; constructor(); run(eventType: EVENT_TYPE, param: IPC_RESULT, subEventKey?: string): any; } //# sourceMappingURL=HTTP.d.ts.map