declare type GetID = (node: Node) => Id; export declare function toposort(edges: [Node, Node][], getId: GetID): Id[]; export {};