import { PluginType } from "./types"; import { LoggerType } from "../logger"; export declare function sortPlugins(pluginInstanceMap: Map, logger: LoggerType): PluginType[]; export declare function getPackagePath(packageName: string, paths?: string[]): string; export declare function getInlinePackageEntryPath(packagePath: string): Promise;