import { ID } from '@antv/graphlib';
import { Graph } from '../../types';
export declare const initOrder: (g: Graph) => ID[][];
