import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types"; import { GetImageSetMetadataRequest, GetImageSetMetadataResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetImageSetMetadataCommandInput extends GetImageSetMetadataRequest {} export interface GetImageSetMetadataCommandOutput extends Pick< GetImageSetMetadataResponse, Exclude >, __MetadataBearer { imageSetMetadataBlob: StreamingBlobPayloadOutputTypes; } declare const GetImageSetMetadataCommand_base: { new ( input: GetImageSetMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetImageSetMetadataCommandInput, GetImageSetMetadataCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetImageSetMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetImageSetMetadataCommandInput, GetImageSetMetadataCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetImageSetMetadataCommand extends GetImageSetMetadataCommand_base { protected static __types: { api: { input: GetImageSetMetadataRequest; output: GetImageSetMetadataResponse; }; sdk: { input: GetImageSetMetadataCommandInput; output: GetImageSetMetadataCommandOutput; }; }; }