"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FastPlugin = void 0;
const FastPlugin_1 = require("./FastPlugin");
Object.defineProperty(exports, "FastPlugin", { enumerable: true, get: function () { return FastPlugin_1.FastPlugin; } });