export interface ModuleConfig {
    installedIfDepsExists: string[];
    installedIfFilesOrFoldersExists: string[];
}
