import type { Session } from "../../records/Session"; declare const init: () => Session; export default init;