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