import { Router } from 'express'; import type { ServerBundle } from '../index.js'; export declare function createQueryRoutes(bundle: ServerBundle): Router; //# sourceMappingURL=query.d.ts.map