import type { RuleModule } from '../../types'; /** * Recommend <<- (with tab stripping) for indented heredocs. * When a heredoc is inside a function or loop, using << requires the delimiter * to be at column 0, which breaks indentation flow. */ export declare const heredocIndentRule: RuleModule;