import type { BaseTableAPI } from '../../ts-types/base-table'; export declare function dealPromiseData(dataPromise: Promise, tabel: BaseTableAPI, callback: () => void): void;