import type { SKYKOIConfig } from "./types.js"; export declare const DEFAULT_KOI_MAX_CONCURRENT = 4; export declare const DEFAULT_SUBKOI_MAX_CONCURRENT = 8; export declare function resolveKoiMaxConcurrent(cfg?: SKYKOIConfig): number; export declare function resolveSubkoiMaxConcurrent(cfg?: SKYKOIConfig): number;