/**
 * Module constructor type.
 * @internal
 */
export type ModuleConstructor = new (...args: any) => any;
