/************ Processor: ts ************/ // control.ts declare namespace ns_0 { export class Control { constructor(); } } export import Control = ns_0.Control; export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };