import type { Line } from "../../../node/cst/line"; import type { WithErrorRule } from "../util"; import * as std from "../../../law/std"; export declare const anyToLines: (any: (std.StdEL | std.__EL | string), indentTexts: string[]) => Line[]; export declare const $any: WithErrorRule<(std.StdEL | std.__EL | string)[]>; export default $any;