/** * Convert a string that might contain spaces or special characters to one that * can safely be used as a TypeScript interface or enum name. */ export declare function toTypeName(string: string): Capitalize; //# sourceMappingURL=to-type-name.d.ts.map