/**
 * open wallet app or lite wallet in browser window.
 * @param src the url where to fetch the request object
 */
export declare function connect(src: string): Promise<Window | null>;
