/** * Find the Godot 4.x binary across all common installation methods. * * Search order: * 1. GODOT_PATH environment variable (explicit override) * 2. PATH lookup (godot, godot4) * 3. Steam installations (most common for game devs) * 4. Platform-specific default paths (brew, direct download, package managers) */ export declare function findGodotBinary(): string | null; //# sourceMappingURL=godot-binary.d.ts.map