"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NOOP = void 0; const NOOP = () => {}; exports.NOOP = NOOP;