import type { QueryEvent } from "../lib/TypeORMPinoLogger"; export declare const withQueryCapture: (run: () => Promise) => Promise;