import type { Request } from 'routup'; import type { RequestEnv } from '../type'; export declare function useRequestEnv(req: Request): RequestEnv; export declare function useRequestEnv(req: Request, key: T): RequestEnv[T]; export declare function setRequestEnv(req: Request, key: T, value: RequestEnv[T]): void; //# sourceMappingURL=env.d.ts.map