interface Whereimport { type Where } from "https://deno.land/x/qube@0.0.0-beta.12/types.ts"; Methodswhere(col: string,op: string,val: unknown,): WherewhereRef(col: string,op: string,ref: string,): Where