export type Env = Partial<{ gasKey?: string; }>; declare const _default: { readonly fetch: (req: import("@cloudflare/workers-types/experimental/index.js").Request>, env: Partial<{ gasKey?: string | undefined; }>, ctx: import("@cloudflare/workers-types/experimental/index.js").ExecutionContext) => Promise; }; export default _default; //# sourceMappingURL=index.d.ts.map