export type Action = () => void; export declare class Scheduler { private static Batch; private static Pending; private static Update; private static Schedule; static Tick(action: Action): void; }