/// <reference types="node" />
export default function whichModule(exported: object): NodeModule | null | undefined;
