/** Used for identifiers. If the name has symbols or is illegal Typescript, strip out symbols and make it PascalCase. */ declare const escapeIdentifier: (name: string) => string; export default escapeIdentifier;