import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateInstanceSnapshotRequest, CreateInstanceSnapshotResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateInstanceSnapshotCommandInput extends CreateInstanceSnapshotRequest {} export interface CreateInstanceSnapshotCommandOutput extends CreateInstanceSnapshotResult, __MetadataBearer {} declare const CreateInstanceSnapshotCommand_base: { new ( input: CreateInstanceSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateInstanceSnapshotCommandInput, CreateInstanceSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateInstanceSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateInstanceSnapshotCommandInput, CreateInstanceSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateInstanceSnapshotCommand extends CreateInstanceSnapshotCommand_base { protected static __types: { api: { input: CreateInstanceSnapshotRequest; output: CreateInstanceSnapshotResult; }; sdk: { input: CreateInstanceSnapshotCommandInput; output: CreateInstanceSnapshotCommandOutput; }; }; }