import { IOptions, ISilentRefreshData } from '../types'; export declare const silentRefresh: (options: IOptions) => Promise;