NodeHelper: {
    attachedPrivateModules: (
        node: NodeInstance,
        maxDepth?: number,
    ) => Promise<ModuleInstance[]>;
    attachedPublicModules: (
        node: NodeInstance,
        maxDepth?: number,
    ) => Promise<ModuleInstance[]>;
}

Type declaration