import type { UiServiceDeps, ExecutionInfo, ExecutionsListParams, ExecutionDetailInfo, ExecutionsGetParams } from '../types.js'; export declare function handleExecutionsList(deps: UiServiceDeps, params: ExecutionsListParams): Promise; export declare function handleExecutionsGet(deps: UiServiceDeps, params: ExecutionsGetParams): Promise;