export default class Fact { object: any; recency: number; id: number; constructor(obj?: any); equals(fact: any): boolean; hashCode(): number; }