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