import { GrothVk } from './vk.js';
import { FrC } from '../towers/fr.js';
import { ForeignCurve } from 'o1js';
export declare function computePI(VK: GrothVk, pis: Array<FrC>): ForeignCurve;
