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