import { ArticleGroupHeadLine } from "../../../node/cst/line"; import type { WithErrorRule } from "../util"; /** * The parser rule for {@link ArticleGroupHeadLine} that represents a head line of a head line of an article group (e.g. "Chapter"). 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/$articleGroupHeadLine.spec.ts) for examples. */ export declare const $articleGroupHeadLine: WithErrorRule; export default $articleGroupHeadLine;