import type {Http} from "../../../types/http"; export = { allow(http: Http){ // throw new Error("Not implemented"); return http.next() } }