/** Time zones available for scheduled events time definitions */
export declare enum TimeZone {
    'Europe/Berlin' = "Europe/Berlin",
    'Europe/Brussels' = "Europe/Brussels",
    'Europe/London' = "Europe/London",
    'Europe/Madrid' = "Europe/Madrid",
    'Europe/Paris' = "Europe/Paris",
    'Europe/Zurich' = "Europe/Zurich"
}
//# sourceMappingURL=TimeZone.d.ts.map