import { serviceLogPath as sharedServiceLogPath } from '../types.js'; export type ServiceName = 'telegram' | 'daemon'; export declare const SERVICE_NAMES: readonly ServiceName[]; export declare function labelFor(name: ServiceName): string; export declare function launchAgentsDir(home?: string): string; export declare function plistPath(name: ServiceName, home?: string): string; export declare const serviceLogPath: typeof sharedServiceLogPath; export declare function guiDomain(): string; export declare const LAUNCHCTL_TIMEOUT_MS = 8000;