import { Response } from './../client/Client'; export default class WorkerContext { send(msg: Response): void; tick(tick?: number): void; }