import { TOCHeadLine } from "../../../node/cst/line"; import type { WithErrorRule } from "../util"; /** * The parser rule for {@link TOCHeadLine} that represents a head line of a TOC (Table Of Contents). Please see the source code for the detailed syntax, and the [test code](https://github.com/yamachig/Lawtext/blob/main/core/src/parser/cst/rules/$tocHeadLine.spec.ts) for examples. */ export declare const $tocHeadLine: WithErrorRule; export default $tocHeadLine;