import type { EL } from "../node/el"; export declare const renderLawtext: (el: EL, indentTexts?: string[]) => string; export default renderLawtext;