export declare function isSubclassOf(target: Function, base: Function): boolean;
