import type { LibDemos } from "@libdemos";
declare const generateProof: (identityChosenIndex: number, currentCommit: Uint8Array, previousCommit: Uint8Array, nonces: Uint8Array[], publicKeys: Uint8Array[], secretKeys: Uint8Array[], module?: LibDemos) => Promise<Uint8Array>;
export default generateProof;
//# sourceMappingURL=generateProof.d.ts.map