export default function getIdenticalColumns(table1Columns: string[], table2Columns: string[]): string[];