import { Caches } from "../Cache"; export declare function parseZone(zoneString: string | number, cache?: Caches): import("luxon").Zone | undefined;