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