import { TableState } from './table-definition'; export declare function getStoreStateWithTable(tableId: string, tableRegister: Partial>): { dx: { tables: { [x: string]: import("./table-definition").DxTableState; }; }; }; export declare function provideMockStoreWithTables(tableId: string, tableRegister: Partial>): import("@angular/core").Provider[];