import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAnnotationImportRequest, GetAnnotationImportResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetAnnotationImportJobCommandInput extends GetAnnotationImportRequest {} export interface GetAnnotationImportJobCommandOutput extends GetAnnotationImportResponse, __MetadataBearer {} declare const GetAnnotationImportJobCommand_base: { new ( input: GetAnnotationImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAnnotationImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAnnotationImportJobCommand extends GetAnnotationImportJobCommand_base { protected static __types: { api: { input: GetAnnotationImportRequest; output: GetAnnotationImportResponse; }; sdk: { input: GetAnnotationImportJobCommandInput; output: GetAnnotationImportJobCommandOutput; }; }; }