export { NestJwtSignOptions as JwtSignOptions, NestJwtSignStringOptions as JwtSignStringOptions, } from './jwt.externals'; export type JwtVerifyTokenCallback = (token: string, done: (err?: ErrorType, decodedToken?: DecodedTokenType) => void) => void; //# sourceMappingURL=jwt.types.d.ts.map