import { WitnessMap } from '@noir-lang/acvm_js'; /** * ACVMField */ export type ACVMField = string; /** * The format for witnesses of the ACVM. */ export type ACVMWitness = WitnessMap; //# sourceMappingURL=acvm_types.d.ts.map