import { FrC } from '../towers/index.js';
import { Bytes } from 'o1js';
export declare function parsePublicInputs(programVk: string, piHex: string): [FrC, FrC];
export declare function parseDigestProvable(digest: Bytes): FrC;
export declare function parsePublicInputsProvable(piBytes: Bytes): FrC;
