/**
* From: https://www.w3schools.com/js/js_reserved.asp
*
* - Some words that would not typically start a line are manually removed.
* - `console` is added.
*/
export declareconstJAVASCRIPT_RESERVED_WORDS_SET: ReadonlySet<string>;
//# sourceMappingURL=constants.d.ts.map