import { GraphLike } from "../graph"; export declare function postorder(g: GraphLike, vs: string | Array): string[];