import LRUCache from "lru-cache"; import type { JTICheckFunction } from "../types"; export declare class DPoPJTICache extends LRUCache { constructor(); isDuplicateJTI(jti: string): ReturnType; }