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