import type { SortNode } from "ts-rsql"; import type { StaticQueryConfig } from "./context"; export declare const toKeySet: (values: string[]) => string; export declare const lastRowToKeySet: (row: Record, sorts: SortNode[], config: StaticQueryConfig) => string[]; //# sourceMappingURL=keyset.d.ts.map