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