export declare class TimeCharger { #private; static _onLog: (message: any) => void; constructor(chargeTimeUnit: number); startCharging(): void; stopCharging(): void; }