type EventInput = { event: { type: string; properties?: Record; }; }; export declare function normalizeSessionStatusToIdle(input: EventInput): EventInput | null; export {};