import sparqljs from 'sparqljs';
export declare function jsonRepresentation(reference: string, alias: string, path?: string[], asString?: boolean): sparqljs.Variable;
export declare function groupBy(reference: string, path?: string[]): string;
