import { GraphLike } from '../graph'; export declare function dfs(g: GraphLike, vs: string | Array, order: 'pre' | 'post'): string[];