export declare const validateIsTime: () => { validate: (value: unknown) => value is string; error: string; };