export interface Proof { a: Uint8Array; b: Uint8Array; c: Uint8Array; } export declare enum ProverType { JWTSha256Prover = 0, JWTContentsProver = 1 } //# sourceMappingURL=types.d.ts.map