import { Fp12 } from '../towers/fp12.js';
export declare function getMlo(hexProof: string, programVk: string, hexPi: string): Fp12;
