import type { components } from "../__generated__/api/v1.js";
import type { Session } from "../types/sessions.js";
type SessionData = components["schemas"]["SessionData"];
/**
 * Convert an API SessionData response to a user-facing Session object.
 */
export declare function toSession(data: SessionData): Session;
export {};
//# sourceMappingURL=sessionUtils.d.ts.map