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