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