import TimeOfInterest from '../../time/TimeOfInterest'; import EventInterface from './EventInterface'; export default class GoldenHandle implements EventInterface { private readonly toi; private coords; constructor(toi: TimeOfInterest); getStartTime(): Promise; getMaximum(): Promise; getEndTime(): Promise; private getTMax; }