import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateGatewayToServerInput, AssociateGatewayToServerOutput } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateGatewayToServerCommandInput extends AssociateGatewayToServerInput {} export interface AssociateGatewayToServerCommandOutput extends AssociateGatewayToServerOutput, __MetadataBearer {} declare const AssociateGatewayToServerCommand_base: { new ( input: AssociateGatewayToServerCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateGatewayToServerCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateGatewayToServerCommand extends AssociateGatewayToServerCommand_base { protected static __types: { api: { input: AssociateGatewayToServerInput; output: AssociateGatewayToServerOutput; }; sdk: { input: AssociateGatewayToServerCommandInput; output: AssociateGatewayToServerCommandOutput; }; }; }