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