export default function validate(code: string, fileLoc: string, cwd: string, dist: string, ignoreExtensions: boolean): Set<string>;
