import type { Line } from "../../../node/cst/line"; import type { WithErrorRule } from "../util"; import type { StdELType } from "../../../law/std"; import * as std from "../../../law/std"; /** * The renderer for appended item in a supplementary provision ({@link std.SupplProvisionAppdxItem | SupplProvisionAppdxItem}). Please see the source code for the detailed syntax, and the [test code](https://github.com/yamachig/Lawtext/blob/main/core/src/parser/std/rules/$supplProvisionAppdxItem.spec.ts) for examples. */ export declare const supplProvisionAppdxItemToLines: (supplProvisionAppdxItem: std.SupplProvisionAppdxItem, indentTexts: string[]) => Line[]; export declare const makeSupplProvisionAppdxItemRule: (ruleName: string, tag: TTag) => WithErrorRule>; /** * The parser rule for {@link std.SupplProvisionAppdxStyle}. Please see the source code for the detailed syntax, and the [test code](https://github.com/yamachig/Lawtext/blob/main/core/src/parser/std/rules/$supplProvisionAppdxItem.spec.ts) for examples. */ export declare const $supplProvisionAppdxStyle: WithErrorRule; /** * The parser rule for {@link std.SupplProvisionAppdxTable}. Please see the source code for the detailed syntax, and the [test code](https://github.com/yamachig/Lawtext/blob/main/core/src/parser/std/rules/$supplProvisionAppdxItem.spec.ts) for examples. */ export declare const $supplProvisionAppdxTable: WithErrorRule; /** * The parser rule for {@link std.SupplProvisionAppdx}. Please see the source code for the detailed syntax, and the [test code](https://github.com/yamachig/Lawtext/blob/main/core/src/parser/std/rules/$supplProvisionAppdxItem.spec.ts) for examples. */ export declare const $supplProvisionAppdx: WithErrorRule;