import type { LexicalCommand } from 'lexical';
export declare const INSERT_RELATIONSHIP_WITH_DRAWER_COMMAND: LexicalCommand<{
    replace: {
        nodeKey: string;
    } | false;
}>;
//# sourceMappingURL=commands.d.ts.map