export declare type errorMsgChecker = (cb: string) => {};
export declare function isConstructor(f: any, errorMsgChecker?: errorMsgChecker): boolean;
