| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/@protobufjs/inquire/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/@protobufjs/inquire/index.d.ts |
export = inquire;
/**
* Requires a module only if available.
* @memberof util
* @param {string} moduleName Module to require
* @returns {?Object} Required module if available and not empty, otherwise `null`
*/
declare function inquire(moduleName: string): Object;