import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { CreateEmailAddressRequest, CreateEmailAddressResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateEmailAddressCommandInput extends CreateEmailAddressRequest {} export interface CreateEmailAddressCommandOutput extends CreateEmailAddressResponse, __MetadataBearer {} declare const CreateEmailAddressCommand_base: { new ( input: CreateEmailAddressCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateEmailAddressCommandInput, CreateEmailAddressCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateEmailAddressCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateEmailAddressCommandInput, CreateEmailAddressCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateEmailAddressCommand extends CreateEmailAddressCommand_base { protected static __types: { api: { input: CreateEmailAddressRequest; output: CreateEmailAddressResponse; }; sdk: { input: CreateEmailAddressCommandInput; output: CreateEmailAddressCommandOutput; }; }; }