import type { ServerBiomeManifest } from './biome-manifest'; export declare const TIER_ORDER: Readonly>; export declare function findIllegalDependencies(manifest: ServerBiomeManifest, allManifestsById: ReadonlyMap): string[]; export declare function topoSortServerBiomes(manifestsById: ReadonlyMap): string[]; export declare function validateServerDependencies(manifestsById: ReadonlyMap): void; //# sourceMappingURL=topology.d.ts.map