/**
 * Returns the current date.
 * @return GxDate
 */
import { GxDate } from "../types/gxdate";
export declare const today: () => GxDate;
