import { Context } from 'hono'; export declare const apiDocGenerator: (c: Context, next: () => Promise) => Promise;