export declare const useValue: (path: string) => any; export declare const useValues: (paths: T[]) => { [key in T]: any; };