import { ExtensionAPI } from "@earendil-works/pi-coding-agent"; //#region src/extensions/composedPi.d.ts /** * The one entry `doom-pi sync` puts in Pi's own config. * * Everything doom-pi contributes to a plain `pi` session is loaded from here, * which is what keeps `.pi/settings.json` to a single stable line and lets the * whole matrix be recomposed on `/reload` rather than frozen at startup. */ export declare function doomExtension(pi: ExtensionAPI): Promise; //#endregion export { doomExtension as default }; //# sourceMappingURL=composed-pi.d.cts.map