export declare const tzDatabase: Record<string, string>;
export type timezone = keyof typeof tzDatabase;
