import { IdentityBill } from '../types'; import { RightsTree } from './rights-tree'; import { IdentifiedExpressRequest } from '../helper-types'; export interface HttpAuthzOptions { tree: RightsTree>; }