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