import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopServerRequest } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig, } from "../TransferClient"; export { __MetadataBearer }; export { $Command }; export interface StopServerCommandInput extends StopServerRequest {} export interface StopServerCommandOutput extends __MetadataBearer {} declare const StopServerCommand_base: { new ( input: StopServerCommandInput ): import("@smithy/smithy-client").CommandImpl< StopServerCommandInput, StopServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StopServerCommandInput ): import("@smithy/smithy-client").CommandImpl< StopServerCommandInput, StopServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StopServerCommand extends StopServerCommand_base { protected static __types: { api: { input: StopServerRequest; output: {}; }; sdk: { input: StopServerCommandInput; output: StopServerCommandOutput; }; }; }