import type { Intent } from './evaluate.js'; export declare function sha256Jcs(value: unknown): string; export declare function intentHashFor(intent: Intent): string;