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