export interface Options { nodes?(data: any): any[]; edges?(data: any): any[]; }