export function resetDataToken(): void;
export default socketMiddleware;
declare function socketMiddleware(url: any): (storeAPI: any) => (next: any) => (action: any) => any;
