import { AtLinkNode } from '@tryghost/kg-default-nodes'; import type { LexicalEditor } from 'lexical'; export declare function removeAtLinkNodesTransform(node: AtLinkNode): void; export declare function registerRemoveAtLinkNodesTransform(editor: LexicalEditor): () => void; //# sourceMappingURL=remove-at-link-nodes.d.ts.map