import { type Input } from '../../Directive' export interface Directive { set: (input: Input, headers: Headers) => void } export interface AuthenticatedRequest extends Input { identity?: unknown | null }