import { Graph as IGraph } from '../../types';
export declare const order: (g: IGraph, keepNodeOrder?: boolean) => void;
