import { RuntimeExceptionOptions } from '@concepta/nestjs-common'; import { JwtException } from './jwt.exception'; export declare class JwtVerifyException extends JwtException { constructor(options?: RuntimeExceptionOptions); } //# sourceMappingURL=jwt-verify.exception.d.ts.map