import type { UiServiceDeps, ThreadInfo, ThreadsListParams } from '../types.js'; export declare function handleThreadsList(deps: UiServiceDeps, params: ThreadsListParams): Promise;