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