/**
 * Check if fn is indeed a class
 *
 * @param fn Function to check
 */
export declare function isClass(fn: Function): boolean;
