import type { CustomContext } from "../context/CustomContext";
export declare const createAuthMiddleware: (jwtSecret: string) => (ctx: CustomContext, next: () => Promise<void>) => Promise<void>;
//# sourceMappingURL=auth.d.ts.map