import type { UserSession } from './types.js';
export declare const removeExpiredSessions: (sessions: UserSession[]) => UserSession[];
//# sourceMappingURL=removeExpiredSessions.d.ts.map