import { Client } from 'pg';
export default function rawQuery(db: Client, query: string, values?: any[]): Promise<any[]>;
