import { Bytes } from 'o1js';
import { FrC } from '../../towers/index.js';
export declare function shaToFr(hashDigest: Bytes): FrC;
