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