import { Client } from 'pg';
export default function infos(db: Client): Promise<any>;
