import type { Line } from "../../../node/cst/line"; import type { WithErrorRule } from "../util"; import * as std from "../../../law/std"; /** * The renderer for {@link std.MainProvision}. 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/$mainProvision.spec.ts) for examples. */ export declare const mainProvisionToLines: (mainProvision: std.MainProvision, indentTexts: string[]) => Line[]; /** * The parser rule for {@link std.MainProvision}. 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/$mainProvision.spec.ts) for examples. */ export declare const $mainProvision: WithErrorRule; export default $mainProvision;