import type { EmptyRow, QueryContext, Scope } from '../scope'; import type { WithJoin, WithSelect } from './shared'; export interface JoinedTables extends WithSelect, WithJoin {}