import type { DrizzleExecutor } from "../drizzle.js"; /** Derives one session's host-mounted isolated home from its durable Rig binding cwd and does not mutate durable state. This boundary centralizes the sandbox layout contract used by plugin skill reconciliation. */ export declare function agentSkillHomeGet(executor: DrizzleExecutor, sessionId: string): Promise; //# sourceMappingURL=agentSkillHomeGet.d.ts.map