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