/** * * @param object * @returns */ declare const matches: (object: Object) => any; export default matches;