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