type SessionStatus = { type: string; }; export declare function parseSessionStatusMap(data: unknown): Record; export {};