import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeLabelingJobRequest, DescribeLabelingJobResponse } from "../models/models_3"; export { __MetadataBearer }; export interface DescribeLabelingJobCommandInput extends DescribeLabelingJobRequest {} export interface DescribeLabelingJobCommandOutput extends DescribeLabelingJobResponse, __MetadataBearer {} declare const DescribeLabelingJobCommand_base: { new ( input: DescribeLabelingJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeLabelingJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeLabelingJobCommand extends DescribeLabelingJobCommand_base { protected static __types: { api: { input: DescribeLabelingJobRequest; output: DescribeLabelingJobResponse; }; sdk: { input: DescribeLabelingJobCommandInput; output: DescribeLabelingJobCommandOutput; }; }; }