import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDBClusterSnapshotCommandInput extends DeleteDBClusterSnapshotMessage {} export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSnapshotResult, __MetadataBearer {} declare const DeleteDBClusterSnapshotCommand_base: { new ( input: DeleteDBClusterSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDBClusterSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base { protected static __types: { api: { input: DeleteDBClusterSnapshotMessage; output: DeleteDBClusterSnapshotResult; }; sdk: { input: DeleteDBClusterSnapshotCommandInput; output: DeleteDBClusterSnapshotCommandOutput; }; }; }