/** Absolute path of the installed wrapper (what agents should exec). */ export declare function agimBgjobScript(home?: string): string; /** Absolute path of the shared job data root (all agents). * Override order: BGJOB_ROOT → AGIM_BGJOBS → $AGIM_HOME/bgjobs. */ export declare function agimBgjobsDir(home?: string): string; /** Known absolute wrapper paths that may receive the bwrap carve-out. * Prefer the Agim-owned install; keep legacy Claude/opencode paths so * existing operators are not broken. */ export declare function bgjobAllowedPaths(): string[]; /** * Idempotent: copy packaged `bin/bgjob` + `bin/agim_rpc.py` into * `~/.agim/scripts/` and ensure the bgjobs data directory exists. * Returns the installed wrapper path when successful, else null. */ export declare function ensureBgjobInstalled(home?: string): string | null; //# sourceMappingURL=bgjob-install.d.ts.map