import type { RulesEntity } from "../types/heuristics"; import type { DetectLanguage } from "./detect"; export declare function disambiguations(fileContent: string, searchAt: DetectLanguage[]): RulesEntity | null; export declare function toRegex(patterns: string | string[]): RegExp;