import type { CommitType } from '@oriflame/conventional-changelog-types'; export default function checkCommitFormat(commit: string): { scope: string; type: CommitType; } | null; //# sourceMappingURL=checkCommitFormat.d.ts.map