/** * the phone number. * * @minimum 5 * @maximum 8 * @format hh:mm:ss * @TJS-type string */ export declare type IHourString = string; export declare const isIHourString: (d: any) => d is string;