import type { RouteContext } from '../router.js'; import { type RecentSessionSummary } from '../session.js'; export type SessionLister = (opts: { platform?: string; limit?: number; }) => Promise; export declare function handleSessionsCommand(_args: string, ctx: RouteContext, listSessions?: SessionLister): Promise; //# sourceMappingURL=sessions.d.ts.map