/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Type definitions for Blockly.
* @author samelh@google.com (Sam El-Husseini)
*/
///
///
///
///
export * from './core';
export * as libraryBlocks from './blocks';
export const JavaScript: any;
import './msg/msg';