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