import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { UpdateProjectProfileInput, UpdateProjectProfileOutput, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateProjectProfileCommandInput extends UpdateProjectProfileInput {} export interface UpdateProjectProfileCommandOutput extends UpdateProjectProfileOutput, __MetadataBearer {} declare const UpdateProjectProfileCommand_base: { new ( input: UpdateProjectProfileCommandInput ): import("@smithy/core/client").CommandImpl< UpdateProjectProfileCommandInput, UpdateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateProjectProfileCommandInput ): import("@smithy/core/client").CommandImpl< UpdateProjectProfileCommandInput, UpdateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateProjectProfileCommand extends UpdateProjectProfileCommand_base { protected static __types: { api: { input: UpdateProjectProfileInput; output: UpdateProjectProfileOutput; }; sdk: { input: UpdateProjectProfileCommandInput; output: UpdateProjectProfileCommandOutput; }; }; }