import { type ActiveSession } from "../types.js"; export declare function asSession(row: { id: string; accountId: string; expiresAt: string; }): ActiveSession; //# sourceMappingURL=asSession.d.ts.map