export { genProof, verifyProof, extractVk } from "./proofs"; export { cleanThreads } from "./utils"; export type { ISnarkJSVerificationKey } from "./types"; //# sourceMappingURL=index.d.ts.map