import type { Context, Next } from 'hono'; export declare function catalogAuthMiddleware({ serverOutDir, protectReadMethods, }: { serverOutDir: string; protectReadMethods?: boolean; }): (ctx: Context, next: Next) => Promise; //# sourceMappingURL=catalogAuthMiddleware.d.ts.map