/** * * @param path * @param sourceValue * @returns */ declare const matchesProperty: (path: string | any[], sourceValue: any) => any; export default matchesProperty;