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