export interface TimeZoneOption { value: string; display: string; } /** * Get all available timezone options * @returns Array of timezone options */ export declare function getTimeZoneOptions(): TimeZoneOption[]; //# sourceMappingURL=timeZoneOption.d.ts.map