/** * Pi Freestyle Sandbox Extension * * Provides the ability to run isolated subagents in Freestyle VMs. * Requires FREESTYLE_API_KEY to be set — if missing, the extension * shows a warning on session start and the tool is not registered. * * The API key can be obtained from https://freestyle.sh */ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; export default function (pi: ExtensionAPI): void; //# sourceMappingURL=extension.d.ts.map