import type { Parser } from '@commitlint/types'; import { type Commit, type Options } from 'conventional-commits-parser'; export declare function parse(message: string, parser?: Parser, parserOpts?: Options): Promise; export default parse; //# sourceMappingURL=index.d.ts.map