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