import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeModelCardExportJobRequest, DescribeModelCardExportJobResponse, } from "../models/models_3"; export { __MetadataBearer }; export interface DescribeModelCardExportJobCommandInput extends DescribeModelCardExportJobRequest {} export interface DescribeModelCardExportJobCommandOutput extends DescribeModelCardExportJobResponse, __MetadataBearer {} declare const DescribeModelCardExportJobCommand_base: { new ( input: DescribeModelCardExportJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeModelCardExportJobCommandInput, DescribeModelCardExportJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeModelCardExportJobCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeModelCardExportJobCommandInput, DescribeModelCardExportJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeModelCardExportJobCommand extends DescribeModelCardExportJobCommand_base { protected static __types: { api: { input: DescribeModelCardExportJobRequest; output: DescribeModelCardExportJobResponse; }; sdk: { input: DescribeModelCardExportJobCommandInput; output: DescribeModelCardExportJobCommandOutput; }; }; }