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