import type { ServerResponse } from "node:http"; import type { WalletContext } from "../routes.js"; export declare function handlePublicRoutes(method: string, path: string, res: ServerResponse, ctx: WalletContext): Promise; //# sourceMappingURL=pages.d.ts.map