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