import { TableColumnLine } from "../../../node/cst/line"; import type { WithErrorRule } from "../util"; /** * The parser rule for {@link TableColumnLine} that represents a line of table column. 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/$tableColumnLine.spec.ts) for examples. */ export declare const $tableColumnLine: WithErrorRule; export default $tableColumnLine;