import { Context, Next } from 'hono';
export declare const honoMiddleware: (options?: {
    docsDir?: string;
}) => (c: Context, next: Next) => Promise<void>;
export declare const registerHonoDocs: (app: any) => void;
