export default class Hook { constructor(interpreter: any, hooks?: {}); interpreter: any; onWorker: any; toJSON(): {}; }