import type { RuleContext, RuleScanOptions } from "./types"; export declare function createRuleContext(filePath: string, content: string, scanOptions?: RuleScanOptions): RuleContext;