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