/// interface Math { imul(x: number, y: number): number; } declare namespace pxt.editor { const bufferConcat: (bufs: Uint8Array[]) => Uint8Array; function deployCoreAsync(resp: pxtc.CompileResult, d?: pxt.commands.DeployOptions): Promise; }