/**
 * Check whether provided object defines all time methods required to
 * a Time object, and is itself callable (Time instances are callable).
 * @param o
 * @returns
 *
 * @category Validators
 */
export declare function timeCheckMethods(o: unknown): boolean;
