class defaultimport { default } from "https://deno.land/x/masx200_leetcode_test@9.7.2/implement-stack-using-queues/index.ts"; Methodsempty(): booleanpop(): numberpush(x: number): voidtop(): number