export default function cloneQuery(table: string, newTable: string, options?: { condition?: string; }): string;