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