import { VerificationException } from './verification-exception'; export declare class VerificationNotReadyException extends VerificationException { constructor(message: string, details?: any); } //# sourceMappingURL=verification-not-ready-exception.d.ts.map