import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
import Ast from './ast';
var Stmt =
function (_Ast) {
_inheritsLoose(Stmt, _Ast);
function Stmt() {
return _Ast.apply(this, arguments) || this;
}
return Stmt;
}(Ast);
export { Stmt as default };