import type { EngineConfig } from "../../types/soap-engine.types"; import { IHttpClient } from "soap"; export declare function createSoapEngine(config: EngineConfig): Promise;