1declare namespace Cloudflare { 2 interface Env { 3 R2_ACCOUNT_ID: string; 4 R2_ACCESS_KEY_ID: string; 5 R2_SECRET_ACCESS_KEY: string; 6 } 7}