import { Observable } from "rxjs"; import { ITimeZoneInfoWithRules } from "../models/time_zone_info_with_rules"; import { IRpcClient } from "../rpc"; export declare function getDaylightSavingsRules(client: IRpcClient, timeZoneId: string): Observable; //# sourceMappingURL=daylight_savings.d.ts.map