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