import 'hono'; declare module 'hono' { interface ContextVariableMap { effectiveSpace: string; spaceRole: string; isOwner: boolean; } }