import type { Codec, Constructor, InterfaceTypes, Registry } from '../../types'; export declare function typeToConstructor(registry: Registry, type: keyof InterfaceTypes | Constructor): Constructor;