import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSnapshotScheduleMessage, SnapshotSchedule, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface CreateSnapshotScheduleCommandInput extends CreateSnapshotScheduleMessage {} export interface CreateSnapshotScheduleCommandOutput extends SnapshotSchedule, __MetadataBearer {} declare const CreateSnapshotScheduleCommand_base: { new ( input: CreateSnapshotScheduleCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateSnapshotScheduleCommandInput, CreateSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [CreateSnapshotScheduleCommandInput] ): import("@smithy/smithy-client").CommandImpl< CreateSnapshotScheduleCommandInput, CreateSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateSnapshotScheduleCommand extends CreateSnapshotScheduleCommand_base { protected static __types: { api: { input: CreateSnapshotScheduleMessage; output: SnapshotSchedule; }; sdk: { input: CreateSnapshotScheduleCommandInput; output: CreateSnapshotScheduleCommandOutput; }; }; }