export type TZC = [number, boolean, number, number]; export declare const getTZC: (offset: number) => TZC;