export declare function createLoader(batchFn: (keys: Key[]) => Promise): (key: Key) => Promise; export declare function useLoader(key: any, batchFn: (keys: Key[]) => Promise): (key: Key) => Promise;