/** Used for object fields. If the name is illegal Typescript, put it in quotes. */ declare const escapeFieldName: (name: string) => string; export default escapeFieldName;