import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateModelCardRequest, CreateModelCardResponse } from "../models/models_1"; export { __MetadataBearer }; export interface CreateModelCardCommandInput extends CreateModelCardRequest {} export interface CreateModelCardCommandOutput extends CreateModelCardResponse, __MetadataBearer {} declare const CreateModelCardCommand_base: { new ( input: CreateModelCardCommandInput, ): import("@smithy/core/client").CommandImpl< CreateModelCardCommandInput, CreateModelCardCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateModelCardCommandInput, ): import("@smithy/core/client").CommandImpl< CreateModelCardCommandInput, CreateModelCardCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateModelCardCommand extends CreateModelCardCommand_base { protected static __types: { api: { input: CreateModelCardRequest; output: CreateModelCardResponse; }; sdk: { input: CreateModelCardCommandInput; output: CreateModelCardCommandOutput; }; }; }