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