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