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