export declare const EntryTypes: { readonly NEW_TIME_ENTRY: 0; }; export type EntryType = (typeof EntryTypes)[keyof typeof EntryTypes]; //# sourceMappingURL=EntryType.d.ts.map