import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateGatewayInformationCommandInput extends UpdateGatewayInformationInput {} export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInformationOutput, __MetadataBearer {} declare const UpdateGatewayInformationCommand_base: { new ( input: UpdateGatewayInformationCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateGatewayInformationCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateGatewayInformationCommand extends UpdateGatewayInformationCommand_base { protected static __types: { api: { input: UpdateGatewayInformationInput; output: UpdateGatewayInformationOutput; }; sdk: { input: UpdateGatewayInformationCommandInput; output: UpdateGatewayInformationCommandOutput; }; }; }