1 | import type { StorageEntryTypeLatest } from '../interfaces/metadata/index.js';
|
2 | import type { SiLookupTypeId } from '../interfaces/scaleInfo/index.js';
|
3 | import type { InterfaceTypes, Registry } from '../types/index.js';
|
4 | /** @internal */
|
5 | export declare function unwrapStorageSi(type: StorageEntryTypeLatest): SiLookupTypeId;
|
6 | /** @internal */
|
7 | export declare function unwrapStorageType(registry: Registry, type: StorageEntryTypeLatest, isOptional?: boolean): keyof InterfaceTypes;
|