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