export declare type ObjectPropertySelector = ((obj: T) => any) | string[] | string; export declare function resolveObjectPropertySelector(obj: T, propertySelector: ObjectPropertySelector, fallback?: any): any;