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