export interface UnityLazyConfig { maxPendingPathsPerRequest: number; batchSize: number; maxHydrationMs: number; } export declare function resolveUnityLazyConfig(env: NodeJS.ProcessEnv): UnityLazyConfig;