export interface DesktopAppPathOptions { cwd: string; env: Record; platform?: NodeJS.Platform; } export interface InstalledDesktopAppPathOptions { env: Record; platform?: NodeJS.Platform; } export declare function resolveConfiguredDesktopAppPath(options: DesktopAppPathOptions): string | null; export declare function installedDesktopAppCandidates(options: InstalledDesktopAppPathOptions): string[]; //# sourceMappingURL=desktop-app.d.ts.map