import type { SerializedValue } from "./types.js"; export declare const STAMP_KEY = "intentic.id"; export declare const formatStamp: (id: string) => string; export declare const parseStamp: (encoded: string) => string | undefined; export declare const HASH_KEY = "intentic.hash"; export declare const hashInputs: (inputs: Readonly>) => string; //# sourceMappingURL=stamp.d.ts.map