import { Command } from 'commander'; export declare function resolveHostDaemonPackageSpec(version?: string): string; export declare function readLaunchdProxyEnv(getenv?: (key: string) => string): Record; export declare function requiredHostRuntimePathEntries(homeDir?: string): string[]; export declare function buildHostRuntimePath(inheritedPath?: string, homeDir?: string): string; export declare function renderSystemdRuntimePathDropIn(runtimePath: string): string; export declare function systemdRuntimePathDropInName(): string; export declare function runUpdateCommand(options?: { version?: string; runtime?: string; }): Promise; export declare function registerComputerCommand(program: Command): void;