export declare enum ELintStagedFeature {
    ESLINT = "eslint",
    PRETTIER = "prettier",
    STYLELINT = "stylelint"
}
