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