export default function crossJoinQuery(table: string, rightTable: string, options?: { outputTable?: string | boolean; }): string;