/** * photon package — Generate cross-platform PWA launchers * * Creates macOS .app, Linux .sh/.desktop, and Windows .bat launchers * that auto-start a beam server and open the PWA in the default browser. */ import { Command } from 'commander'; export declare function registerPackageAppCommand(program: Command): void; //# sourceMappingURL=package-app.d.ts.map