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