export interface IVerifier { verify: (options?: any) => Promise; } //# sourceMappingURL=IVerifier.d.ts.map