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