import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { DeleteProjectInput, DeleteProjectOutput } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteProjectCommandInput extends DeleteProjectInput {} export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __MetadataBearer {} declare const DeleteProjectCommand_base: { new ( input: DeleteProjectCommandInput ): import("@smithy/core/client").CommandImpl< DeleteProjectCommandInput, DeleteProjectCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteProjectCommandInput ): import("@smithy/core/client").CommandImpl< DeleteProjectCommandInput, DeleteProjectCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteProjectCommand extends DeleteProjectCommand_base { protected static __types: { api: { input: DeleteProjectInput; output: {}; }; sdk: { input: DeleteProjectCommandInput; output: DeleteProjectCommandOutput; }; }; }