import { type StoreApi } from 'zustand'; import { type IdasResyncStore } from './idas-resync.types'; export type IdasResyncStoreApi = StoreApi; export declare const createIdasResyncStore: () => IdasResyncStoreApi; //# sourceMappingURL=createIdasResyncStore.d.ts.map