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