export type PythonLimitsConfig = { outputBufferMaxBytes?: number; executionTimeoutMs?: number; maxOldSpaceMb?: number; vfsRpcTimeoutMs?: number; };