import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { DeleteSnapshotMessage, DeleteSnapshotResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteSnapshotCommandInput extends DeleteSnapshotMessage {} export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __MetadataBearer {} declare const DeleteSnapshotCommand_base: { new ( input: DeleteSnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteSnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base { protected static __types: { api: { input: DeleteSnapshotMessage; output: DeleteSnapshotResult; }; sdk: { input: DeleteSnapshotCommandInput; output: DeleteSnapshotCommandOutput; }; }; }