/** * Can be * - 12:00:12 * - \[12:00:12] * - \[12:00:12, 12:21:12] * - \[[12:00:12, 12:21:12], [12:11:12, 12:32:12]] */ declare const TimeShape: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[]; export { TimeShape };