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