import type { AnyObject } from "../types";
import type { AugmentOptionApiStore, CollectionState, CollectionStoreMethods } from "../types/store";
type AugmentingStore = (id: string) => AugmentOptionApiStore<CollectionStoreMethods, CollectionState<AnyObject>>;
export declare const useCollectionStore: AugmentingStore;
export {};
