import { Auth } from '..';
export type ReconnectRequest = {
    transaction_id: string;
    auth: Auth;
};
