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