import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSnapshotInput, CreateSnapshotOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateSnapshotCommandInput extends CreateSnapshotInput {} export interface CreateSnapshotCommandOutput extends CreateSnapshotOutput, __MetadataBearer {} declare const CreateSnapshotCommand_base: { new ( input: CreateSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSnapshotCommandInput, CreateSnapshotCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSnapshotCommandInput, CreateSnapshotCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base { protected static __types: { api: { input: CreateSnapshotInput; output: CreateSnapshotOutput; }; sdk: { input: CreateSnapshotCommandInput; output: CreateSnapshotCommandOutput; }; }; }