import { LanguagesScema } from '../../types/schema.js';
import * as T from '../../types/types.js';
export declare function resolveHeuristics(files: T.VirtualFile[], classifications: Record<string, string[]>, heuristicsData: unknown, langData: LanguagesScema, opts: T.Options): Record<string, string | undefined>;
