declare type AliasFinder = (baseDir: string) => Array<{ alias: string; path: string; }>; export default AliasFinder;