class Bmobimport { Bmob } from "https://deno.land/x/lyj@20221017/mod.ts"; ConstructorsnewBmob(APP_ID: string, REST_APP_KEY: string)Propertiesprotectedheaders: anyMethodsfind(table: string)findAll(table: string)insert(table: string, data: any)update(table: string,objectId: string,data: any,)