import type { IObjectOf } from "@thi.ng/api"; import type { Transducer } from "@thi.ng/transducers"; import type { BindFn, Edit, Solutions, TripleIds } from "./api.js"; import type { TripleStore } from "./store.js"; export declare const intersect2: Transducer, TripleIds>; export declare const intersect3: Transducer, TripleIds>; export declare const indexSel: (key: any) => Transducer; export declare const resultTriples: (graph: TripleStore) => Transducer>; export declare const joinSolutions: (n: number) => Transducer, Solutions>; export declare const filterSolutions: (qvars: Iterable) => Transducer; export declare const limitSolutions: (n: number) => Transducer; export declare const bindVars: (bindings: IObjectOf) => Transducer; //# sourceMappingURL=xforms.d.ts.map