import { SupplProvisionHeadLine } from "../../../node/cst/line"; import type { WithErrorRule } from "../util"; export declare const supplProvisionLabelPtn: RegExp; export declare const supplProvisionControl = ":suppl-provision:"; /** * The parser rule for {@link SupplProvisionHeadLine} that represents a head line of a supplementary provision. 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/$supplProvisionHeadLine.spec.ts) for examples. */ export declare const $supplProvisionHeadLine: WithErrorRule; export default $supplProvisionHeadLine;