export declare const tokenDataStorage: { setItem: (key: string, tokenData: T) => Promise; getItem: (key: string) => Promise; clear: () => Promise; };