import {System} from "../../system"; /** * */ export class PluginsHelper { system: System; constructor(system) { this.system = system; } }