import { QueryResult } from "pg"; export declare function postgresExecute(sql: string, bindParams?: any[]): Promise>; //# sourceMappingURL=postgres.handler.d.ts.map