import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeProcessingJobRequest, DescribeProcessingJobResponse } from "../models/models_3"; export { __MetadataBearer }; export interface DescribeProcessingJobCommandInput extends DescribeProcessingJobRequest {} export interface DescribeProcessingJobCommandOutput extends DescribeProcessingJobResponse, __MetadataBearer {} declare const DescribeProcessingJobCommand_base: { new ( input: DescribeProcessingJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeProcessingJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProcessingJobCommandInput, DescribeProcessingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeProcessingJobCommand extends DescribeProcessingJobCommand_base { protected static __types: { api: { input: DescribeProcessingJobRequest; output: DescribeProcessingJobResponse; }; sdk: { input: DescribeProcessingJobCommandInput; output: DescribeProcessingJobCommandOutput; }; }; }