export declare type ConnectToNodeRequest = {
    /**
     * Node URI in the form `pubkey@endpoint[:port]`
     */
    nodeURI?: string | null;
};
