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