/**
 * @hidden
 *
 * A function that gets the information about the zone and the rule for a specific timezone.
 *
 */
export declare const zoneAndRule: (timezone: any, date: Date) => {
    rule: any;
    zone: any;
};
