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