import type { Context } from '../context.js'; export interface JsonOptions { limit?: string; } export declare function json(options?: JsonOptions): (ctx: Context, next: () => Promise) => Promise; //# sourceMappingURL=json.d.ts.map