1 | import type { Parser } from '@commitlint/types';
|
2 | import { type Commit, type Options } from 'conventional-commits-parser';
|
3 | export declare function parse(message: string, parser?: Parser, parserOpts?: Options): Promise<Commit>;
|
4 | export default parse;
|
5 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |