import { GraphNodeProperties } from "../../core/Graph"; declare const algorithms: { [key: string]: GraphNodeProperties; }; export { algorithms };