export default class Thread { constructor(jsPath: any); id: any; postMessage(message: any): void; terminate(): void; }