export declare function initializeStoreState<T extends object, S extends object>(target: S, factory: () => T): () => void;
