import type { Context, Next } from 'hono'; export declare function startIdleTimeout(): void; export declare function idleTimeoutMiddleware(): (_: Context, next: Next) => Promise; //# sourceMappingURL=idleTimeoutMiddleware.d.ts.map