import { QueryEngine } from '@comunica/query-sparql-solid'; /** * Creates the public Cloud evaluator with Xpod's QLever-aligned NaN ordering. * * Comunica exposes term comparison through a shared actor bus used by ORDER BY * and MIN/MAX. Its generated engine does not expose that bus on QueryEngine's * public type, so this adapter locates the named actors and fails at startup if * a future Comunica upgrade changes the integration boundary. */ export declare function createXpodComunicaQueryEngine(): QueryEngine;