export declare function getJavascriptPrototypesInHierarchy(obj: Object, filter: (prototype: any) => boolean): Object[];