import * as T from '../../types/types.js';
export declare function aggregateResults(files: T.VirtualFile[], classifications: Record<string, string[]>, heuristicResolutions: Record<string, string | undefined>, langData: {
    [language: string]: T.LanguageMetadata;
}, opts: T.Options): T.Results;
