import type { string_sha256 } from '../../types/string_sha256';
import type { really_unknown } from '../organization/really_unknown';
/**
 * Computes SHA-256 hash of the given object
 *
 * @public exported from `@promptbook/utils`
 */
export declare function computeHash(value: really_unknown): string_sha256;
