import type { SparqlQuery } from '@traqula/rules-sparql-1-1'; import type * as Algebra from '../algebra.js'; import type { AstIndir } from './core.js'; export declare const algToSparql: AstIndir<'algToSparql', SparqlQuery, [Algebra.Operation]>;