import 'reflect-metadata';
import { MetaRuntimeTypeInfo } from './type';
export declare function getRuntimeType(name: string, target: any, key: string | symbol, idx?: number): MetaRuntimeTypeInfo;
export declare const buildRuntimeType: (metaType: any, runtimeType: MetaRuntimeTypeInfo) => MetaRuntimeTypeInfo;
