export interface IBackgroundWorker { start(): any; stop(): any; }