import type { LazyCallInput, ModuleInput } from '../config/account.js'; export declare function installModule(module: ModuleInput): LazyCallInput; export declare function uninstallModule(module: ModuleInput): LazyCallInput; //# sourceMappingURL=modules.d.ts.map