import * as T from '../types/types.js';
export default function fromRawContent(contents: Record<string, string>, vendorPaths?: string[]): T.VirtualFile[];
