import { NodeApi } from "../interfaces/node-api"; export declare const createIndex: (nodes: NodeApi[]) => { [id: string]: number; };