import {WhereBuilder} from './type/WhereBuilder.ts' export abstract class Scope { abstract apply(query: WhereBuilder): WhereBuilder }