import { UseStoreFactoryParams, UseStore } from '../types'; export declare function useStoreFactory(factoryParams: UseStoreFactoryParams): UseStore;