import { Priority } from 'intentx-core-z'; export declare function useEffectReact(fn: () => void, priority?: Priority): void;