import type { ReflogEntry } from '@azizbekdevuz/gitguard-schema'; /** * Parse git reflog output. * Format: : * Example: abc1234 HEAD@{0} commit: Fix bug */ export declare function parseReflog(reflogOutput: string): ReflogEntry[]; //# sourceMappingURL=reflog-parser.d.ts.map