/** * 1. Install module with NPM * 2. Add to rpg.toml in the current project. Use addToToml(moduleName) from ./addToToml.js * * @param moduleName name of the module to add */ export declare function add(moduleName: string): void;