import { Graph } from '..'; export default class API { graph: Graph; constructor(graph: Graph); }