export declare function extractValue(keyOrSelectors: (string | number | symbol | ((o: any) => any))[], obj: any): any;