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