export declare const LAUNCHD_LABEL = "com.ronen.threadbase"; export declare const TASK_NAME: string; export declare const DEFAULT_PROD_PORT = 8766; export declare function installDir(): string; export declare function markerPath(): string; export declare function prefsPath(): string; export declare function activeLink(): string; /** * Absolute paths to the supervised streamer's stdout/stderr logs — the single * source of truth every supervisor backend and deploy script must agree on. * * macOS points the plist's StandardOutPath/StandardErrorPath here; Windows has * no native redirection, so `scripts/deploy.ps1` writes the same two paths into * launch.cmd as cmd `>>` targets. That agreement is what `tb-streamer prod logs` * depends on, and it is locked by `__tests__/deploy-windows-script.test.ts`. */ export declare function logPaths(): { stdout: string; stderr: string; }; //# sourceMappingURL=constants.d.ts.map