export interface LaunchdProcessGeneration { group: number; started: string; } export declare function rejectUnsafeLaunchdObservation(): never; export declare class LaunchdTransitionError extends Error { } export declare class LaunchdObservationChangedError extends Error { } export declare function launchdProcessExists(pid: number): boolean; export declare function parseLaunchdFields(output: string, target: string): Map; export declare function parseLaunchdProcessGeneration(output: string, expectedPid: number): LaunchdProcessGeneration | null; //# sourceMappingURL=service-platform-launchd-observation.d.ts.map