import type { GridRowId } from '../types'; import type { Collection } from './types'; export declare function selectAll(collection: Collection, matchedIds?: Set | null): Set; //# sourceMappingURL=select-all.d.ts.map