import { Auth } from "lucia-auth";
export declare const handleHooks: (auth: Auth) => (data: any) => Promise<Response>;
