/**
 *
 * @param offset
 * @param isPositiveOffset the flag, which determines if the zone has positive or negative offset
 * 00:00 is considered a positive zone
 * @param s separator
 */
export declare function isValidZoneOffset(offset: string, isPositiveOffset: boolean, s?: string): boolean;
