import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; /** * Pi extension entry point. * * Pi calls this function when loading the extension — either via `pi -e` * or after `pi install`. Detects the Lore gateway and, if available, * redirects provider URLs and registers compaction override. */ export default function lorePiExtension(pi: ExtensionAPI): Promise; /** Named export for users who prefer `import { LorePiExtension }` style. */ export { lorePiExtension as LorePiExtension }; //# sourceMappingURL=index.d.ts.map