import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetServiceSettingsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetServiceSettingsCommandInput {} export interface GetServiceSettingsCommandOutput extends GetServiceSettingsOutput, __MetadataBearer {} declare const GetServiceSettingsCommand_base: { new ( input: GetServiceSettingsCommandInput, ): import("@smithy/core/client").CommandImpl< GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, import("..").SSMQuickSetupClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetServiceSettingsCommandInput] ): import("@smithy/core/client").CommandImpl< GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, import("..").SSMQuickSetupClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetServiceSettingsCommand extends GetServiceSettingsCommand_base { protected static __types: { api: { input: {}; output: GetServiceSettingsOutput; }; sdk: { input: GetServiceSettingsCommandInput; output: GetServiceSettingsCommandOutput; }; }; }