import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EvidentlyClient"; import { GetProjectRequest, GetProjectResponse } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetProjectCommandInput extends GetProjectRequest {} export interface GetProjectCommandOutput extends GetProjectResponse, __MetadataBearer {} declare const GetProjectCommand_base: { new ( input: GetProjectCommandInput ): import("@smithy/smithy-client").CommandImpl< GetProjectCommandInput, GetProjectCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetProjectCommandInput ): import("@smithy/smithy-client").CommandImpl< GetProjectCommandInput, GetProjectCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetProjectCommand extends GetProjectCommand_base { protected static __types: { api: { input: GetProjectRequest; output: GetProjectResponse; }; sdk: { input: GetProjectCommandInput; output: GetProjectCommandOutput; }; }; }