import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateServiceSyncConfigInput, UpdateServiceSyncConfigOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateServiceSyncConfigCommandInput extends UpdateServiceSyncConfigInput {} export interface UpdateServiceSyncConfigCommandOutput extends UpdateServiceSyncConfigOutput, __MetadataBearer {} declare const UpdateServiceSyncConfigCommand_base: { new ( input: UpdateServiceSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateServiceSyncConfigCommandInput, UpdateServiceSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateServiceSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateServiceSyncConfigCommandInput, UpdateServiceSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateServiceSyncConfigCommand extends UpdateServiceSyncConfigCommand_base { protected static __types: { api: { input: UpdateServiceSyncConfigInput; output: UpdateServiceSyncConfigOutput; }; sdk: { input: UpdateServiceSyncConfigCommandInput; output: UpdateServiceSyncConfigCommandOutput; }; }; }