export declare const SCHEDULE_MODE: {
    readonly STATIC: 0;
    readonly DATE_FIELD: 1;
};
export declare function parseDateWithoutMs(date: string): number;
