import { type Table } from '@uwdata/flechette'; import { type colorByColors } from '../../ProfileFlameGraph/FlameGraphArrow/FlameGraphNodes'; import { type DataRow } from '../../Table/utils/functions'; interface ProcessRowDataProps { table: Table | null; colorByColors: colorByColors; colorBy: string; } export declare function processRowData({ table, colorByColors, colorBy }: ProcessRowDataProps): DataRow[]; export {}; //# sourceMappingURL=processRowData.d.ts.map