import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyClusterSnapshotScheduleMessage } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface ModifyClusterSnapshotScheduleCommandInput extends ModifyClusterSnapshotScheduleMessage {} export interface ModifyClusterSnapshotScheduleCommandOutput extends __MetadataBearer {} declare const ModifyClusterSnapshotScheduleCommand_base: { new ( input: ModifyClusterSnapshotScheduleCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifyClusterSnapshotScheduleCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifyClusterSnapshotScheduleCommand extends ModifyClusterSnapshotScheduleCommand_base { protected static __types: { api: { input: ModifyClusterSnapshotScheduleMessage; output: {}; }; sdk: { input: ModifyClusterSnapshotScheduleCommandInput; output: ModifyClusterSnapshotScheduleCommandOutput; }; }; }