import { TranspileOptions } from "./esbuild"; export declare function findUp(name: string, cwd?: string): string | undefined; export declare function install(options?: Partial): void;