import { Maybe } from "./Maybe";
export declare function which(binaryOrPath: string): Promise<Maybe<string>>;
