/** * Resolve the absolute path to the child-status-writer extension entry point. * This module lives at dist/child/path.js at runtime. * The status-writer entry is at dist/child/child-status-writer.js. */ export declare function resolveStatusWriterPath(): string; /** * Resolve the absolute path to the pi-ready-signal extension entry point. * * This module lives at dist/child/path.js at runtime. * The ready-signal entry is at dist/child/pi-ready-signal.js. */ export declare function resolveReadySignalPath(): string; /** * Resolve the absolute path to the pi-end-signal extension entry point. * * This module lives at dist/child/path.js at runtime. * The end-signal entry is at dist/child/pi-end-signal.js. */ export declare function resolveEndSignalPath(): string; /** * Resolve the absolute path to the shared claude-code hook script. * * This module lives at dist/child/path.js at runtime. * The hook script is at dist/child/claude-code-hook.sh. */ export declare function resolveClaudeCodeHookPath(): string; /** * Resolve the absolute path to the codex end-signal notify script. * * This module lives at dist/child/path.js at runtime. * The notify script is at dist/child/codex-end-signal.js, registered in the * per-spawn synth config.toml as `notify = [, ]`. */ export declare function resolveCodexEndSignalPath(): string; /** * Resolve the absolute path to the tmux-pilot Hermes plugin source directory * (plugin.yaml + __init__.py), installed by `HermesHarness.setupEnvironment()` * into the user's `~/.hermes/plugins/tmux-pilot/`. * * This module lives at dist/child/path.js at runtime. * The plugin directory is at dist/child/hermes-plugin/. */ export declare function resolveHermesPluginDir(): string; /** * Resolve the absolute path to the dedicated per-agent srt sandbox launcher. * * This module lives at dist/child/path.js at runtime. * The launcher entry is at dist/child/sandbox-launcher.js — the ONLY module * that imports `@anthropic-ai/sandbox-runtime` (host-import boundary). */ export declare function resolveSandboxLauncherPath(): string; //# sourceMappingURL=path.d.ts.map