import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKVoiceClient"; import { CreateVoiceConnectorRequest, CreateVoiceConnectorResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateVoiceConnectorCommandInput extends CreateVoiceConnectorRequest {} export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorResponse, __MetadataBearer {} declare const CreateVoiceConnectorCommand_base: { new ( input: CreateVoiceConnectorCommandInput ): import("@smithy/core/client").CommandImpl< CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateVoiceConnectorCommandInput ): import("@smithy/core/client").CommandImpl< CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateVoiceConnectorCommand extends CreateVoiceConnectorCommand_base { protected static __types: { api: { input: CreateVoiceConnectorRequest; output: CreateVoiceConnectorResponse; }; sdk: { input: CreateVoiceConnectorCommandInput; output: CreateVoiceConnectorCommandOutput; }; }; }