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