import type CorePlugin from "./plugin.js"; import type { GoalState } from "../domain/types.js"; type PluginInput = Parameters[0]; type PluginHooks = Awaited>; export declare function formatGoalAudit(goal: GoalState | null): string; export declare function installGoalAuditUX(input: PluginInput, hooks: PluginHooks): void; export {}; //# sourceMappingURL=audit-ux.d.ts.map