import { ENV } from '../types'; export interface Request { env?: ENV; token: string; }