/** Returns the address of the standard node matching the given network name. */ export declare const useActiveNodeAddress: (networkName?: string) => import("@xyo-network/sdk").XyoQuantAddress | (Lowercase & { readonly __hex: true; } & { readonly __address: true; }) | undefined; //# sourceMappingURL=useActiveNodeAddress.d.ts.map