export default function cloneColumnQuery(table: string, originalColumn: string, newColumn: string, types: { [key: string]: string; }): string;