import type { GoalRuntimeFingerprint, GoalState } from "../domain/types.js"; export declare function currentGoalRuntimeFingerprint(): GoalRuntimeFingerprint; export declare function stampGoalRuntimeFingerprint(goal: GoalState): GoalState; export declare function formatGoalRuntimeFingerprint(value: GoalRuntimeFingerprint | undefined): string; //# sourceMappingURL=fingerprint.d.ts.map