import { Client } from "./pg"; import { ParsedSettings } from "./settings"; export declare function runQueryWithErrorInstrumentation(pgClient: Client, body: string, filename: string): Promise; export declare const logDbError: ({ logger }: ParsedSettings, error: Error) => void;