type ITaskScheduler = (task: Function) => void; export declare const scheduler: ITaskScheduler; export {}; //# sourceMappingURL=scheduler.d.ts.map