export interface DeeplinkableWalletOptions {
    openInBrowser?: boolean;
    redirectProxy?: string;
}
