import type { IdasResyncStore } from './idas-resync.types'; export declare const useIdasResyncStore: (selector: (state: IdasResyncStore) => T) => T; //# sourceMappingURL=useIdasResyncStore.d.ts.map