import type { Config } from 'conventional-changelog-config-spec'; /** * @file Type Definitions - CommitType * @module grease/types/CommitType */ /** * Object representing a commit type's settings in the `CHANGELOG`. */ export declare type CommitType = Config.Type.Base;