import { Auth } from '..';
export type ReconnectResponse = {
    auth: Auth;
};
