import CorePlugin from "./plugin.js"; import type { GoalState } from "../domain/types.js"; type PluginInput = Parameters[0]; type PluginHooks = Awaited>; export declare function captureStartupGoals(directory: string): Promise; export declare function scheduleStartupRecovery(input: PluginInput, hooks: PluginHooks, startupGoals: GoalState[]): void; export {}; //# sourceMappingURL=recovery.d.ts.map