/** Absolute recursion ceiling. Configuration may narrow this, never widen it. */ export declare const HARD_MAX_SPAWN_DEPTH = 2; /** CLI fleet default; core embedders retain their historical Infinity default. */ export declare const DEFAULT_MAX_FLEET_SPAWNS = 64; export declare function resolveMaxSpawnDepth(requested?: number | undefined): number; //# sourceMappingURL=spawn-budget.d.ts.map