//! Ships the hand-written TypeScript declarations for the JSON AST that
//! `parse` and `analyze_lossless` emit. wasm-bindgen appends the file to the
//! generated `monkey_wasm.d.ts`, so the npm package carrying the parser also
//! carries the types for its output.
use *;
const AST_TYPES: &str = include_str!;