import type { TableOptionsResolved } from './types.js'; import type { DataTableV2RowData } from '../../public.api.js'; export declare function getMemoOptions(tableOptions: Partial>, debugLevel: 'debugAll' | 'debugCells' | 'debugTable' | 'debugColumns' | 'debugRows' | 'debugHeaders', key: string, onChange?: (result: any) => void): { debug: () => boolean | undefined; key: string | false; onChange: ((result: any) => void) | undefined; };