import { Commit } from '../types';
export declare const getHistory: (entities: Record<string, Commit>) => any[];
