import { Subject } from 'rxjs'; export declare class BixiTableService { updateView$: Subject; forceUpdate(tableId?: string): void; }