1/// <reference path="../.astro/types.d.ts" /> 2type Runtime = import("@astrojs/cloudflare").Runtime<Env>; 3 4declare namespace App { 5 interface Locals extends Runtime {} 6}