import type { SessionPermissions } from "@/types"; /** * Resolves a write target against the current write allowlist. * Expects: target is an absolute path. */ export declare function sandboxCanWrite(permissions: SessionPermissions, target: string): Promise; //# sourceMappingURL=sandboxCanWrite.d.ts.map