export declare function getValue(path: string, store: any): any; export declare function getValues(path: string, store: any): any[]; export declare function enhancedLodashGet(store: any, path: string): any;