import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeProjectCommandInput extends DescribeProjectRequest {} export interface DescribeProjectCommandOutput extends DescribeProjectResponse, __MetadataBearer {} declare const DescribeProjectCommand_base: { new ( input: DescribeProjectCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProjectCommandInput, DescribeProjectCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeProjectCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProjectCommandInput, DescribeProjectCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeProjectCommand extends DescribeProjectCommand_base { protected static __types: { api: { input: DescribeProjectRequest; output: DescribeProjectResponse; }; sdk: { input: DescribeProjectCommandInput; output: DescribeProjectCommandOutput; }; }; }