import express from 'express'; /** * Register one-shot query routes (create session and execute query in one step) * @param app Express application */ export declare function registerOneshotRoutes(app: express.Application): void; //# sourceMappingURL=oneshot.d.ts.map