| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/atomically/dist/utils/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/atomically/dist/utils/scheduler.d.ts |
import type { Disposer } from '../types';
declare const Scheduler: {
next: (id: string) => void;
schedule: (id: string) => Promise<Disposer>;
};
export default Scheduler;