import type { UiServiceDeps, SessionInfo, SessionsListParams } from '../types.js'; export declare function handleSessionsList(deps: UiServiceDeps, params: SessionsListParams): Promise;