import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeScheduledActionsType, ScheduledActionsType } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeScheduledActionsCommandInput extends DescribeScheduledActionsType {} export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsType, __MetadataBearer {} declare const DescribeScheduledActionsCommand_base: { new ( input: DescribeScheduledActionsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DescribeScheduledActionsCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeScheduledActionsCommand extends DescribeScheduledActionsCommand_base { protected static __types: { api: { input: DescribeScheduledActionsType; output: ScheduledActionsType; }; sdk: { input: DescribeScheduledActionsCommandInput; output: DescribeScheduledActionsCommandOutput; }; }; }