declare const isPunctuation: (ch: string) => boolean; export default isPunctuation;