import type CorePlugin from "./plugin.js"; type PluginInput = Parameters[0]; type PluginHooks = Awaited>; export declare function installGoalLifecycleUX(input: PluginInput, hooks: PluginHooks): void; export {}; //# sourceMappingURL=lifecycle-ux.d.ts.map