/** Target path where the bundled documentation is mounted inside managed Docker containers. */ export declare const CONTAINER_DOCS_PATH = "/happy/docs"; /** Read-only documentation shipped inside Rig; this never points into a user's folders. */ export declare function getBundledDocsRoot(): string;