import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { StartOutboundVoiceContactRequest, StartOutboundVoiceContactResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface StartOutboundVoiceContactCommandInput extends StartOutboundVoiceContactRequest {} export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoiceContactResponse, __MetadataBearer {} declare const StartOutboundVoiceContactCommand_base: { new ( input: StartOutboundVoiceContactCommandInput ): import("@smithy/smithy-client").CommandImpl< StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartOutboundVoiceContactCommandInput ): import("@smithy/smithy-client").CommandImpl< StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartOutboundVoiceContactCommand extends StartOutboundVoiceContactCommand_base { protected static __types: { api: { input: StartOutboundVoiceContactRequest; output: StartOutboundVoiceContactResponse; }; sdk: { input: StartOutboundVoiceContactCommandInput; output: StartOutboundVoiceContactCommandOutput; }; }; }