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