export declare class Interval { #private; constructor(callback: () => void, time: number); stop(): void; }