import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateDiskFromSnapshotRequest, CreateDiskFromSnapshotResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateDiskFromSnapshotCommandInput extends CreateDiskFromSnapshotRequest {} export interface CreateDiskFromSnapshotCommandOutput extends CreateDiskFromSnapshotResult, __MetadataBearer {} declare const CreateDiskFromSnapshotCommand_base: { new ( input: CreateDiskFromSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDiskFromSnapshotCommandInput, CreateDiskFromSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateDiskFromSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDiskFromSnapshotCommandInput, CreateDiskFromSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateDiskFromSnapshotCommand extends CreateDiskFromSnapshotCommand_base { protected static __types: { api: { input: CreateDiskFromSnapshotRequest; output: CreateDiskFromSnapshotResult; }; sdk: { input: CreateDiskFromSnapshotCommandInput; output: CreateDiskFromSnapshotCommandOutput; }; }; }