/** NOTE An important design goal of this language is to have no preserved words, so that we can use all name as identifiers. TODO Currently we still can not use `cons` as identifier. **/ export declare const name: { $pattern: string[]; }; //# sourceMappingURL=name.d.ts.map