/// import * as https from 'https'; import { StartExecutionInput, StartExecutionOutput } from '@aws-sdk/client-sfn'; declare function defaultHttpRequest(options: https.RequestOptions, responseBody: string): Promise; declare function defaultStartExecution(req: StartExecutionInput): Promise; export declare let startExecution: typeof defaultStartExecution; export declare let httpRequest: typeof defaultHttpRequest; export {}; //# sourceMappingURL=outbound.d.ts.map