import { Graph } from '../graph';
export declare function postorder(g: Graph, vs: string[]): string[];
