/**
 * Constantes de tiempo
 */
export declare enum Tiempo {
    SG_MIN = 60,
    SG_HORA = 3600,
    HORAS_DIA = 24,
    SG_DIA = 86400
}
