import type { Plugin } from 'esbuild'; /** * Pi publishes the file factories through its Node/TUI barrel. Bundle their * original leaf modules, keeping its file and truncation algorithms unchanged. The * guest supplies filesystem operations; terminal rendering is never invoked. * Every alias is importer-scoped so an unrelated Node import still fails the * isolate eligibility gate, and a builtin Pi grows later is not aliased either: * it survives as a bare require and `assertIsolateEligible` rejects the guest * before it runs. */ export declare function piFileToolsBundle(): Plugin; //# sourceMappingURL=pi-file-tools-bundle.d.ts.map