import { Node } from "../..";
/**
 * setupSDK creates the main KYVE SDK and the client which is used for transactions
 * and the lcd client which is used for queries
 *
 * @method setupSDK
 * @param {Node} this
 * @return {Promise<void>}
 */
export declare function setupSDK(this: Node): Promise<void>;
