import type { ContextExState } from '@xylabs/react-shared'; import type { Dispatch, SetStateAction } from 'react'; export type ResolvedDivinerState = ContextExState<{ diviner?: T; setDiviner?: Dispatch>; }>; //# sourceMappingURL=State.d.ts.map