import type { Context, Next } from 'hono'; export type ApiEndpointHono = (c: Context, next: Next) => Response; //# sourceMappingURL=ApiEndpointHono.d.ts.map