(_target: string, _content: Uint8Array)
| 26 | let reads = 0 |
| 27 | let denyAction: string | undefined |
| 28 | let afterRead = (_target: string, _content: Uint8Array): Effect.Effect<void> => Effect.void |
| 29 | |
| 30 | const permission = Layer.succeed( |
| 31 | PermissionV2.Service, |