export declare const EKSpan: { readonly THIS_EVENT: "thisEvent"; readonly FUTURE_EVENTS: "futureEvents"; }; export type EKSpan = typeof EKSpan[keyof typeof EKSpan]; export declare function _toNative(v: EKSpan): number; //# sourceMappingURL=EKSpan.d.ts.map