import { CommitMessage } from '../../types'; export declare function parseCommitMessage(rawCommit: string): CommitMessage;