export interface MyWorker { doMagic: () => string; }