import * as $rdf from 'rdflib';
import { MatrixOptions } from './types';
export declare function matrixForQuery(dom: HTMLDocument, query: $rdf.Query, vx: $rdf.Variable, vy: $rdf.Variable, vvalue: $rdf.Variable, options: MatrixOptions, whenDone: () => void): any;
//# sourceMappingURL=matrix.d.ts.map