import { OtherLine } from "../../../node/cst/line"; import type { WithErrorRule } from "../util"; export declare const keepLeadingSpacesControl = ":keep-leading-spaces:"; export declare const ignoreTitleControl = ":ignore-title:"; /** * The parser rule for {@link OtherLine} that represents a line of other types. 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/$otherLine.spec.ts) for examples. */ export declare const $otherLine: WithErrorRule; export default $otherLine;