import type { HashFunction } from "../types/executable-plan.js"; export declare function sha256Hash(value: unknown): string; export declare const defaultHashFunction: HashFunction; //# sourceMappingURL=hash.d.ts.map