export declare function topologicalSort(src: T[], references: (src: T) => T[]): T[];