export declare const DATE_CONSTANT: {
    readonly MAXIMUM_UNIX_TIME: number;
    readonly MINIMUM_UNIX_TIME: number;
};
