export declare function dataDir(): string; export declare function ensureDataDir(): string; export declare function dbPath(): string; export declare function pidFilePath(): string; export declare function daemonLogPath(): string; /** * Per-station runner configuration surface: the control-plane API URL and key * plus the runner machine id and claim scope, in a single mode-600 file * outside the package. The runner CLI loads it when the corresponding * environment variables are unset, and the systemd unit references it via * `EnvironmentFile`, so a package update (version bump + service restart) * never touches the credential. */ export declare function runnerEnvPath(): string; export declare function runnerLogPath(): string; export declare function runnerSystemdServicePath(): string; export declare function runnerLaunchdPlistPath(): string; export declare function systemdServicePath(): string; export declare function launchdPlistPath(): string;