export default function where(program: string, unixCommand?: string, PATH?: string | undefined): Promise<string | null>;
