import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateTemplateSyncConfigInput, UpdateTemplateSyncConfigOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateTemplateSyncConfigCommandInput extends UpdateTemplateSyncConfigInput {} export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyncConfigOutput, __MetadataBearer {} declare const UpdateTemplateSyncConfigCommand_base: { new ( input: UpdateTemplateSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateTemplateSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateTemplateSyncConfigCommand extends UpdateTemplateSyncConfigCommand_base { protected static __types: { api: { input: UpdateTemplateSyncConfigInput; output: UpdateTemplateSyncConfigOutput; }; sdk: { input: UpdateTemplateSyncConfigCommandInput; output: UpdateTemplateSyncConfigCommandOutput; }; }; }