import { ThorClient } from "@vechain/sdk-network"; /** * Returns a ThorClient instance configured with the VeChain node URL * @returns {ThorClient} Configured ThorClient instance for interacting with the VeChain network */ export declare const getThorClient: () => ThorClient; //# sourceMappingURL=getThorClient.d.ts.map