/** * Cached executable lookup (5-minute TTL, shared availability cache). */ export declare function commandExists(command: string): Promise; /** * Check several commands at once; true if any exists. */ export declare function anyCommandExists(...commands: string[]): Promise; //# sourceMappingURL=which.d.ts.map