import type { WithErrorRule } from "../util"; export declare const $articleGroupNum: WithErrorRule<{ typeChar: "編" | "章" | "節" | "款" | "目"; text: string; }>; export default $articleGroupNum;