import { EffectCallback } from "react"; export declare const useNodeInitializeEffect: (effect: EffectCallback) => void;