import type { Pool } from 'pg'; import type { AppMiddlewareFactory } from '../utils/types.ts'; export declare const withDb: AppMiddlewareFactory<[pool: Pool]>; //# sourceMappingURL=withDb.d.ts.map