import { type Signal } from '@angular/core'; import { type Table } from '@tanstack/table-core'; export declare function proxifyTable(tableSignal: Signal>): Table & Signal>;