export function getVtimezone(timezone: string): string|null; export function getVtimezoneComponent(timezone: string): string|null; export function getVtimezoneAsync(timezone: string): Promise; export function getVtimezoneComponentAsync(timezone: string): Promise; export function timezoneExists(timezone: string): Promise;