/** * 读取 data/_shared/work/python/sb.py 作为 prelude 源码。 * 仅供兼容/调试使用;生产运行由 tasks 自身 from work.python import sb。 */ export declare function loadPythonPreludeSource(): string; export declare const PYTHON_PRELUDE_SOURCE: string; //# sourceMappingURL=python-prelude.d.ts.map