import type { UiOpAck, UiOpData } from './models/models'; export declare function defaultUiOpHandler(data: UiOpData): Promise;