import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateModelCardRequest, UpdateModelCardResponse } from "../models/models_5"; export { __MetadataBearer }; export interface UpdateModelCardCommandInput extends UpdateModelCardRequest {} export interface UpdateModelCardCommandOutput extends UpdateModelCardResponse, __MetadataBearer {} declare const UpdateModelCardCommand_base: { new ( input: UpdateModelCardCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateModelCardCommandInput, UpdateModelCardCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateModelCardCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateModelCardCommandInput, UpdateModelCardCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateModelCardCommand extends UpdateModelCardCommand_base { protected static __types: { api: { input: UpdateModelCardRequest; output: UpdateModelCardResponse; }; sdk: { input: UpdateModelCardCommandInput; output: UpdateModelCardCommandOutput; }; }; }