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