/** * This file contains helper functions that are used in Space ID .inj and .sei domain resolution and lookups * Reference: https://github.com/Space-ID/injective-sidjs/tree/main/src/utils */ export declare function domainNode(domain: string): number[];