export default function concatenateQuery(table: string, columns: string[], newColumn: string, options: { separator?: string; }): string;