import type { AddAliasToSelection } from "../query-builders/select.types.cjs"; import type { ColumnsSelection } from "../sql/sql.cjs"; import type { Subquery, WithSubquery } from "../subquery.cjs"; export type SubqueryWithSelection = Subquery> & AddAliasToSelection; export type WithSubqueryWithSelection = WithSubquery> & AddAliasToSelection;