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