const {awSQL, Structure} = require(".."); function test(){ new Structure().drop(1234); } test();