export interface IVerifier { verify: (options?: any) => Promise; }