export default function findInTree(tree: object, filter: (node: any) => any, options?: { ignore?: string[]; walkable?: string[]; maxProperties?: number; }): any;