import { GraphLike } from "../.."; export default class API { graph: GraphLike; constructor(graph: GraphLike); listQueryTestExamples(): string[]; }