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