import type { HTTPResponse } from '../../types'; import { RefreshScheme } from './refresh'; export declare class LaravelJWTScheme extends RefreshScheme { protected updateTokens(response: HTTPResponse): void; }