/** Used for comment text. */ declare const escapeComment: (name: string) => string; export default escapeComment;