import { ExceptionCode } from '../types/exception-types'; export declare class VerificationException extends Error { readonly code: ExceptionCode; readonly details?: any | undefined; constructor(message: string, code: ExceptionCode, details?: any | undefined); } //# sourceMappingURL=verification-exception.d.ts.map