export interface IDaemon { start(): Promise; getName(): string; }