type ModuleOptions = { moduleName: string; language: string; source: string; path?: string; username?: string; repo: string; token?: string; }; export declare function addModule(options: ModuleOptions): Promise; export {};