import type { GitCommit } from "./types/git_commit_type"; declare const parseCommit: (commit: string[]) => GitCommit; export default parseCommit;