import { Commit } from '../types'; export declare const isCommitRecord: (input: unknown) => input is Record;