import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateDiskSnapshotRequest, CreateDiskSnapshotResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateDiskSnapshotCommandInput extends CreateDiskSnapshotRequest {} export interface CreateDiskSnapshotCommandOutput extends CreateDiskSnapshotResult, __MetadataBearer {} declare const CreateDiskSnapshotCommand_base: { new ( input: CreateDiskSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDiskSnapshotCommandInput, CreateDiskSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateDiskSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDiskSnapshotCommandInput, CreateDiskSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateDiskSnapshotCommand extends CreateDiskSnapshotCommand_base { protected static __types: { api: { input: CreateDiskSnapshotRequest; output: CreateDiskSnapshotResult; }; sdk: { input: CreateDiskSnapshotCommandInput; output: CreateDiskSnapshotCommandOutput; }; }; }