export declare function isClass(target: any): boolean;
export declare function getClass(target: any): Function;
