export interface EnumMetadata { enumObj: object; name: string; description: string | undefined; } //# sourceMappingURL=enum-metadata.d.ts.map