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