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