export declare const EKEntityType: { readonly EVENT: "event"; readonly REMINDER: "reminder"; }; export type EKEntityType = typeof EKEntityType[keyof typeof EKEntityType]; export declare function _toNative(v: EKEntityType): number; //# sourceMappingURL=EKEntityType.d.ts.map