import { LucidHonoGeneric } from "../../../types/hono.mjs";

//#region src/libs/http/middleware/client-authenticate.d.ts
declare const clientAuthentication: import("hono").MiddlewareHandler<LucidHonoGeneric, any, {}, Response>;
//#endregion
export { clientAuthentication as default };
//# sourceMappingURL=client-authenticate.d.mts.map