import { DateTime } from 'luxon';
/**
 * Convert a UTC date to a date in the target timezone
 */
export declare function convertToTimeZone(date: DateTime, timeZone: string): DateTime;
/**
 * Convert a date from a source timezone to UTC
 */
export declare function convertFromTimeZone(date: DateTime, timeZone: string): DateTime;
//# sourceMappingURL=timezone.d.ts.map