import { Error } from '../model'; export declare type ProveResponse = { errors?: Error[]; metadata?: any; proof: string; }; export declare type VerifyResponse = { errors?: Error[]; metadata?: any; result: boolean; }; //# sourceMappingURL=api.d.ts.map