import { Graph } from '../models/graph.model'; export declare class NlsHistoryService { history: any[]; constructor(); save(graphs: Graph[], config: any): void; hash(graphs: any): string; list(): any[]; }