import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeBuildClient"; import { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteProjectCommandInput extends DeleteProjectInput {} export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __MetadataBearer {} declare const DeleteProjectCommand_base: { new ( input: DeleteProjectCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteProjectCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteProjectCommand extends DeleteProjectCommand_base { protected static __types: { api: { input: DeleteProjectInput; output: {}; }; sdk: { input: DeleteProjectCommandInput; output: DeleteProjectCommandOutput; }; }; }