export default function renameColumnQuery(table: string, oldColumns: string[], newColumns: string[]): string;