import type { RowData, TableInstance } from "../types.js"; export declare function getFacetedUniqueValues(): (table: TableInstance, columnId: string) => () => Map; //# sourceMappingURL=get-faceted-unique-values.d.ts.map