import { Builder } from '../../Builder'; export default class { private cwd; constructor(builder: Builder); find(candidates: string[]): string; }