UNPKG

210 BTypeScriptView Raw
1import type { PortableType, Si0Type } from '../../interfaces/index.js';
2import type { Registry } from '../../types/index.js';
3export declare function toV1(registry: Registry, types: Si0Type[]): PortableType[];