/**
 * It returns the current difference –in minutes– between CTZ and UTC.
 * @return number
 */
export declare const currentOffset: () => number;
