import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateServiceSyncBlockerInput, UpdateServiceSyncBlockerOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateServiceSyncBlockerCommandInput extends UpdateServiceSyncBlockerInput {} export interface UpdateServiceSyncBlockerCommandOutput extends UpdateServiceSyncBlockerOutput, __MetadataBearer {} declare const UpdateServiceSyncBlockerCommand_base: { new ( input: UpdateServiceSyncBlockerCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateServiceSyncBlockerCommandInput, UpdateServiceSyncBlockerCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateServiceSyncBlockerCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateServiceSyncBlockerCommandInput, UpdateServiceSyncBlockerCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateServiceSyncBlockerCommand extends UpdateServiceSyncBlockerCommand_base { protected static __types: { api: { input: UpdateServiceSyncBlockerInput; output: UpdateServiceSyncBlockerOutput; }; sdk: { input: UpdateServiceSyncBlockerCommandInput; output: UpdateServiceSyncBlockerCommandOutput; }; }; }