export default function insertRowsQuery(table: string, rows: { [key: string]: unknown; }[]): string;