import { type DrizzleExecutor } from "../../drizzle.js"; import { type RequestMetadata } from "../types.js"; export declare function recordSessionEvent(executor: DrizzleExecutor, sessionId: string, type: string, metadata: RequestMetadata): Promise; //# sourceMappingURL=recordSessionEvent.d.ts.map