export type NodeRequireFunction = (moduleName: string) => any;
