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; export declare const RelationshipPlugin: PluginComponent; //# sourceMappingURL=index.d.ts.map