import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AttachDiskRequest, AttachDiskResult } from "../models/models_0"; export { __MetadataBearer }; export interface AttachDiskCommandInput extends AttachDiskRequest {} export interface AttachDiskCommandOutput extends AttachDiskResult, __MetadataBearer {} declare const AttachDiskCommand_base: { new ( input: AttachDiskCommandInput, ): import("@smithy/core/client").CommandImpl< AttachDiskCommandInput, AttachDiskCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AttachDiskCommandInput, ): import("@smithy/core/client").CommandImpl< AttachDiskCommandInput, AttachDiskCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AttachDiskCommand extends AttachDiskCommand_base { protected static __types: { api: { input: AttachDiskRequest; output: AttachDiskResult; }; sdk: { input: AttachDiskCommandInput; output: AttachDiskCommandOutput; }; }; }