import type { Class } from '../../utils/types.js'; export interface InstantiationCapable { instantiate>(clazz: C): InstanceType; }