import type { GridRowId } from '../types'; import type { Collection } from './types'; export declare const buildParentLookup: (collection: Collection) => { parentLookup: Map; getAllParents(id: null | GridRowId): GridRowId[]; }; //# sourceMappingURL=parent-lookup.d.ts.map