import type { FieldDef } from 'pg'; export declare const formatQueryResult: (fields: FieldDef[], rows: Record[], rowCount: number | null, command: string) => string; //# sourceMappingURL=psql-formatter.d.ts.map