import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; declare const registerUi: (pi: ExtensionAPI) => void; export { registerUi };