import type { LinkNode } from '@lexical/link';
import { Handler } from './index.js';
export declare const link: Handler<LinkNode>;
