export interface IToolController { newObjectId(): string; getTimestamp(unit: string): number; }