import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeClient"; import { UpdateGlobalSettingsRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsRequest {} export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {} declare const UpdateGlobalSettingsCommand_base: { new ( input: UpdateGlobalSettingsCommandInput ): import("@smithy/core/client").CommandImpl< UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [UpdateGlobalSettingsCommandInput] ): import("@smithy/core/client").CommandImpl< UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateGlobalSettingsCommand extends UpdateGlobalSettingsCommand_base { protected static __types: { api: { input: UpdateGlobalSettingsRequest; output: {}; }; sdk: { input: UpdateGlobalSettingsCommandInput; output: UpdateGlobalSettingsCommandOutput; }; }; }