importtype { WorkStore } from'../app-render/work-async-storage.external';
/** Run a callback, and execute any *new* revalidations added during its runtime. */exportdeclarefunction withExecuteRevalidates<T>(store: WorkStore | undefined, callback: () =>Promise<T>): Promise<T>;