/** Returns whether the given object is a JS-Suger DateTime object.
 * @public
 */
export declare function isJssDate(o: any): boolean;
