export declare enum EModule {
    BRANCH_LINT = "branch-lint",
    BUILDER = "builder",
    CI = "ci",
    COMMITLINT = "commitlint",
    ESLINT = "eslint",
    GITIGNORE = "gitignore",
    IDE = "ide",
    LICENSE = "license",
    LINT_STAGED = "lint-staged",
    PRETTIER = "prettier",
    PRLINT = "prlint",
    SEMANTIC_RELEASE = "semantic-release",
    STYLELINT = "stylelint",
    TESTING = "testing",
    TYPESCRIPT = "typescript"
}
//# sourceMappingURL=module.enum.d.ts.map