import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetReadSetImportJobRequest, GetReadSetImportJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetReadSetImportJobCommandInput extends GetReadSetImportJobRequest {} export interface GetReadSetImportJobCommandOutput extends GetReadSetImportJobResponse, __MetadataBearer {} declare const GetReadSetImportJobCommand_base: { new ( input: GetReadSetImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetReadSetImportJobCommandInput, GetReadSetImportJobCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetReadSetImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetReadSetImportJobCommandInput, GetReadSetImportJobCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetReadSetImportJobCommand extends GetReadSetImportJobCommand_base { protected static __types: { api: { input: GetReadSetImportJobRequest; output: GetReadSetImportJobResponse; }; sdk: { input: GetReadSetImportJobCommandInput; output: GetReadSetImportJobCommandOutput; }; }; }