import type { UiServiceDeps, UiService } from './types.js'; export declare function createUiService(deps: UiServiceDeps): UiService;