import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetReadSetMetadataRequest, GetReadSetMetadataResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetReadSetMetadataCommandInput extends GetReadSetMetadataRequest {} export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataResponse, __MetadataBearer {} declare const GetReadSetMetadataCommand_base: { new ( input: GetReadSetMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetReadSetMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetReadSetMetadataCommand extends GetReadSetMetadataCommand_base { protected static __types: { api: { input: GetReadSetMetadataRequest; output: GetReadSetMetadataResponse; }; sdk: { input: GetReadSetMetadataCommandInput; output: GetReadSetMetadataCommandOutput; }; }; }