export declare class TokenRevokedError extends Error {
    readonly sub: string;
    constructor(sub: string, message?: string, options?: {
        cause?: unknown;
    });
}
//# sourceMappingURL=token-revoked-error.d.ts.map