import type CorePlugin from "./plugin.js"; import type { GoalState } from "../domain/types.js"; import type { GoalSequenceState } from "../domain/sequence.js"; type PluginInput = Parameters[0]; type PluginHooks = Awaited>; export declare function formatGoalSequence(current: GoalState | null, sequence: GoalSequenceState): string; export declare function installGoalSequence(input: PluginInput, hooks: PluginHooks): void; export {}; //# sourceMappingURL=sequence.d.ts.map