import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SearchImageSetsRequest, SearchImageSetsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface SearchImageSetsCommandInput extends SearchImageSetsRequest {} export interface SearchImageSetsCommandOutput extends SearchImageSetsResponse, __MetadataBearer {} declare const SearchImageSetsCommand_base: { new ( input: SearchImageSetsCommandInput, ): import("@smithy/core/client").CommandImpl< SearchImageSetsCommandInput, SearchImageSetsCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SearchImageSetsCommandInput, ): import("@smithy/core/client").CommandImpl< SearchImageSetsCommandInput, SearchImageSetsCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SearchImageSetsCommand extends SearchImageSetsCommand_base { protected static __types: { api: { input: SearchImageSetsRequest; output: SearchImageSetsResponse; }; sdk: { input: SearchImageSetsCommandInput; output: SearchImageSetsCommandOutput; }; }; }