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