export declare class Scheduler { #private; get wait(): Promise; add(symbol: symbol, fun: () => void): void; }