import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateModelCardExportJobRequest, CreateModelCardExportJobResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface CreateModelCardExportJobCommandInput extends CreateModelCardExportJobRequest {} export interface CreateModelCardExportJobCommandOutput extends CreateModelCardExportJobResponse, __MetadataBearer {} declare const CreateModelCardExportJobCommand_base: { new ( input: CreateModelCardExportJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateModelCardExportJobCommandInput, CreateModelCardExportJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateModelCardExportJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateModelCardExportJobCommandInput, CreateModelCardExportJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateModelCardExportJobCommand extends CreateModelCardExportJobCommand_base { protected static __types: { api: { input: CreateModelCardExportJobRequest; output: CreateModelCardExportJobResponse; }; sdk: { input: CreateModelCardExportJobCommandInput; output: CreateModelCardExportJobCommandOutput; }; }; }