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