import { z } from 'zod';
import { SessionDataSchema } from '../schemas';
export declare type SessionData = z.infer<typeof SessionDataSchema>;
