import types from './types'; declare function matcher(attrs: any): types.AnyFn; export default matcher;