import { GroupConfig, PivotTableConfig, SortConfig, ProcessedDataResult } from '../types/interfaces';
export declare function processData<T extends Record<string, any>>(config: PivotTableConfig<T>, sortConfig?: SortConfig | null, groupConfig?: GroupConfig | null): ProcessedDataResult<T>;
//# sourceMappingURL=dataProcessor.d.ts.map