UNPKG

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