/** Public-clean canonical LaunchAgent label. Deliberately generic — NEVER a * private/persona name (a stranger's machine gets this). */ export declare const CANONICAL_LABEL = "com.bot-relay.daemon"; export interface PlistOptions { label: string; nodePath: string; distEntry: string; workingDir: string; port: number; transport: string; logPath: string; } /** Build a launchd LaunchAgent plist (RunAtLoad + KeepAlive) — pure. */ export declare function buildLaunchdPlist(o: PlistOptions): string; /** `~/Library/LaunchAgents/