Repository URL to install this package:
declare function test(pattern: RegExp | Function | { test: (eh: any) => boolean; }, x?: any): any; export { test }; export default test;