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