import type { WithErrorRule } from "../util"; import type { SentenceChildEL, SentencesArray } from "../../../node/cst/inline"; import { Sentences } from "../../../node/cst/inline"; import * as std from "../../../law/std"; export interface SentencesArrayToStringOptions { withoutAttrs?: boolean; escapeLeadingSpaces?: boolean; } export declare const sentencesArrayToString: (sentencesArray: SentencesArray, options?: SentencesArrayToStringOptions) => string; export declare const forceSentencesArrayToSentenceChildren: (sentencesArray: SentencesArray) => SentenceChildEL[]; export declare const $sentencesArray: WithErrorRule; export default $sentencesArray; export declare const $periodSentences: WithErrorRule; export declare const $columns: WithErrorRule; export declare const $column: WithErrorRule;