import type { WithErrorRule } from "../util"; export declare const $indents: WithErrorRule<{ indentTexts: string[]; indentDepth: number; }>; export default $indents;