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