interface RevocationEnv { XREPLY_API_URL: string; MCP_SERVICE_SECRET: string; } export interface RevocationStore { sync(env: RevocationEnv, nowMs: number): Promise; isRevoked(jti: string): boolean; } export declare function createRevocationStore(): RevocationStore; export {}; //# sourceMappingURL=revocations.d.ts.map