declare function thisFunc(rules: any): { (node: any, context: any): any; rules: any; }; export default thisFunc;