/** * Resolves the tailscale executable path. * Expects: on macOS, App Store installs use the app bundle binary path. */ export declare function tailscaleBinaryResolve(options?: { platform?: NodeJS.Platform; pathExists?: (value: string) => Promise; }): Promise; //# sourceMappingURL=tailscaleBinaryResolve.d.ts.map