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