import type { EqualityFn, SubscribeOverloads } from '../types'; import type { UseStoreCallSignatures } from '../types/useStoreCallSignatures.vanilla'; export declare function attachStoreHook; }>(store: Store, _getSnapshot: () => State, _getServerSnapshot?: () => State, _defaultEqualityFn?: EqualityFn): UseStoreCallSignatures & Store; //# sourceMappingURL=attachStoreHook.vanilla.d.ts.map