import type { EventHandler } from "../types/handler.js"; export declare function sessionHooks({ event }: { event: EventHandler; }): Promise;