import { Plugin } from './types'; export declare function topologicalSort(pluginInstancesMap: Map, pluginDepEdgeList: [string, string][]): string[];