import { serviceLogPath as sharedServiceLogPath } from '../types.js'; import type { ServiceName } from '../types.js'; export declare function systemdUserDir(home?: string): string; export declare function unitFileName(name: ServiceName): string; export declare function pathUnitFileName(name: ServiceName): string; export declare function restartUnitFileName(name: ServiceName): string; export declare function unitPath(name: ServiceName, home?: string): string; export declare function pathUnitPath(name: ServiceName, home?: string): string; export declare function restartUnitPath(name: ServiceName, home?: string): string; export declare function systemdLabel(name: ServiceName): string; export declare const serviceLogPath: typeof sharedServiceLogPath; export declare const SYSTEMCTL_TIMEOUT_MS = 8000;