"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
async function checkIsRoot(context) {
return context.isRoot();
}