/**
 * Utility method for making sure that the system is properly constructed, used internally by the engine itself
 * @param {System} system
 * @throws if system fails validation
 */
export function validateSystem(system: System<any, any, any, any, any>): void;
import { System } from "./System.js";
//# sourceMappingURL=validateSystem.d.ts.map