import 'dotenv/config'; import { Hono } from 'hono'; export declare const BASE_SEPOLIA = "eip155:84532"; export declare const USDC_BASE_SEPOLIA = "0x036CbD53842c5426634e7929541eC2318f3dCF7e"; export declare const app: Hono; export declare function startServer(port?: number): import("@hono/node-server").ServerType; //# sourceMappingURL=server.d.ts.map