import type { Run, Renew, StateRefStore, StoreRenderList } from '../types'; /** * Based on the information gathered by the “collector”, * this code identifies and executes a callback function for store changes. */ export declare function runner(storeRenderList: StoreRenderList): void; export declare function firstRunner(run: Run, storeRenderList: StoreRenderList, cacheMap: WeakMap>, StateRefStore>, renew: Renew>): void;