/** Wallet derivation path offset for the global standard node account. */ export declare const GlobalNodeOffsetPath = "15"; /** Wallet derivation path offsets for remote nodes by network name. */ export declare const RemoteNodeOffsetPaths: Record; /** Nested wallet path offsets for remote node archivists by network and module name. */ export declare const RemoteNodeArchivistOffsetPaths: Record>; //# sourceMappingURL=ModuleAccountPaths.d.ts.map