declare const ReservedChars: readonly ["\"", "'", "(", ")", ";", ",", "=", "!", "~", "<", ">", " ", "\n", "\t", "\r"]; declare type ReservedChar = typeof ReservedChars[number]; export { ReservedChars, ReservedChar }; //# sourceMappingURL=ReservedChars.d.ts.map