import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DisassociateGatewayFromServerInput, DisassociateGatewayFromServerOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface DisassociateGatewayFromServerCommandInput extends DisassociateGatewayFromServerInput {} export interface DisassociateGatewayFromServerCommandOutput extends DisassociateGatewayFromServerOutput, __MetadataBearer {} declare const DisassociateGatewayFromServerCommand_base: { new ( input: DisassociateGatewayFromServerCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DisassociateGatewayFromServerCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DisassociateGatewayFromServerCommand extends DisassociateGatewayFromServerCommand_base { protected static __types: { api: { input: DisassociateGatewayFromServerInput; output: DisassociateGatewayFromServerOutput; }; sdk: { input: DisassociateGatewayFromServerCommandInput; output: DisassociateGatewayFromServerCommandOutput; }; }; }