/** * Invoke the callback at the end of each frame if any of its dependencies * changed. * * @param callback - The callback to invoke. */ export declare function createDeferredEffect(callback: () => void): () => void; //# sourceMappingURL=createDeferredEffect.d.ts.map