export declare class Reflection { static getType(type: any, key?: string): any; static getParams(prototype: any, key?: string): any[]; }