export declare function buildToolLookupEnv(extra?: Record): NodeJS.ProcessEnv; export declare function resolveToolExecutablePath(name: string): string | null; export declare function requireToolExecutablePath(name: string): string; //# sourceMappingURL=tool-lookup.d.ts.map