import type { LexicalCommand } from 'lexical';
import type { PluginComponent } from '../../../typesClient.js';
import type { RelationshipFeatureProps } from '../../server/index.js';
import type { RelationshipData } from '../../server/nodes/RelationshipNode.js';
export declare const INSERT_RELATIONSHIP_COMMAND: LexicalCommand<RelationshipData>;
export declare const RelationshipPlugin: PluginComponent<RelationshipFeatureProps>;
//# sourceMappingURL=index.d.ts.map