/** * Compile MACI's circuits using circomkit * and setup the dir structure * @param cWitness - whether to compile to the c witness generator * or not * @param outputPath - the path to the output folder * @returns the build directory */ export declare const compileCircuits: (cWitness?: boolean, outputPath?: string) => Promise; //# sourceMappingURL=compile.d.ts.map