import type { TimeTracking } from '../interfaces';
export declare abstract class TimeTrackable {
    static fetch(): TimeTracking;
}
