import pg from "pg"; export declare function query(sql: string, params?: any[]): Promise;