import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeEdgePackagingJobRequest, DescribeEdgePackagingJobResponse, } from "../models/models_2"; export { __MetadataBearer }; export interface DescribeEdgePackagingJobCommandInput extends DescribeEdgePackagingJobRequest {} export interface DescribeEdgePackagingJobCommandOutput extends DescribeEdgePackagingJobResponse, __MetadataBearer {} declare const DescribeEdgePackagingJobCommand_base: { new ( input: DescribeEdgePackagingJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeEdgePackagingJobCommandInput, DescribeEdgePackagingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeEdgePackagingJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeEdgePackagingJobCommandInput, DescribeEdgePackagingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeEdgePackagingJobCommand extends DescribeEdgePackagingJobCommand_base { protected static __types: { api: { input: DescribeEdgePackagingJobRequest; output: DescribeEdgePackagingJobResponse; }; sdk: { input: DescribeEdgePackagingJobCommandInput; output: DescribeEdgePackagingJobCommandOutput; }; }; }