import { TypeInfo } from './types';
export declare const argPrefix = "$arg:";
export declare const getTypeInfo: (ctor: Function, key?: string, type?: "method") => TypeInfo;
