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