declare type ParenthesisSymbol = "(" | ")"; export { ParenthesisSymbol }; //# sourceMappingURL=ParenthesisSymbols.d.ts.map