import type { PermissionMode } from "./PermissionMode.js"; export type FsPermissionRule = { mode: PermissionMode; operations: Array; paths: Array; };