/**
 * Returns the [year, month, day, hour, minute, seconds] tokens of the provided
 * `date` as it will be rendered in the `timeZone`.
 */
export declare function tzTokenizeDate(date: Date, timeZone: string): number[];
