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