/** Used for single-quoted strings. */ declare const escapeString: (name: string) => string; export default escapeString;