import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateImageSetMetadataRequest, UpdateImageSetMetadataResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateImageSetMetadataCommandInput extends UpdateImageSetMetadataRequest {} export interface UpdateImageSetMetadataCommandOutput extends UpdateImageSetMetadataResponse, __MetadataBearer {} declare const UpdateImageSetMetadataCommand_base: { new ( input: UpdateImageSetMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateImageSetMetadataCommandInput, UpdateImageSetMetadataCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateImageSetMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateImageSetMetadataCommandInput, UpdateImageSetMetadataCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateImageSetMetadataCommand extends UpdateImageSetMetadataCommand_base { protected static __types: { api: { input: UpdateImageSetMetadataRequest; output: UpdateImageSetMetadataResponse; }; sdk: { input: UpdateImageSetMetadataCommandInput; output: UpdateImageSetMetadataCommandOutput; }; }; }