import type { CommitType } from './types'; export declare function checkCommitFormat(commit: string): { breaking: boolean; scope: string; type: CommitType; } | null; //# sourceMappingURL=checkCommitFormat.d.ts.map