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