export declare const addModule: (newModuleName: string, flatCheck: boolean) => Promise<void>;
