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