export declare const types: { 'feat': { 'description': string; }; 'fix': { 'description': string; }; 'docs': { 'description': string; }; 'style': { 'description': string; }; 'refactor': { 'description': string; }; 'perf': { 'description': string; }; 'test': { 'description': string; }; 'chore': { 'description': string; }; 'revert': { 'description': string; }; 'release': { 'description': string; }; 'WIP': { 'description': string; }; };