/** * judge if static method */ declare function isStaticMethod(path: any): boolean; export default isStaticMethod;