import { ID } from '@antv/graphlib';
import { Graph } from '../../types';
export declare const sortSubgraph: (g: Graph, v: ID, cg: Graph, biasRight?: boolean, usePrev?: boolean, keepNodeOrder?: boolean) => {
vs: ID[];
barycenter?: number;
weight?: number;
};