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