import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopGUISessionRequest, StopGUISessionResult } from "../models/models_1"; export { __MetadataBearer }; export interface StopGUISessionCommandInput extends StopGUISessionRequest {} export interface StopGUISessionCommandOutput extends StopGUISessionResult, __MetadataBearer {} declare const StopGUISessionCommand_base: { new ( input: StopGUISessionCommandInput, ): import("@smithy/core/client").CommandImpl< StopGUISessionCommandInput, StopGUISessionCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopGUISessionCommandInput, ): import("@smithy/core/client").CommandImpl< StopGUISessionCommandInput, StopGUISessionCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopGUISessionCommand extends StopGUISessionCommand_base { protected static __types: { api: { input: StopGUISessionRequest; output: StopGUISessionResult; }; sdk: { input: StopGUISessionCommandInput; output: StopGUISessionCommandOutput; }; }; }