/** Helper type to represent a TypeScript `enum` at run-time. */ export type TranspiledEnum = Record; //# sourceMappingURL=TranspiledEnum.d.ts.map