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