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