/** * 文件智能体, 模仿 Node.js中fs或者BrowserFS/ZenFS提供便捷的文件访问和操作能力, 底层基于pocketbase */ export declare const invokeFileSystemAgent: () => void;