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