/**
 * Returns a string represantation of a date. dd[/]mm[/]yyyy
 * @return string
 */
import { GxDate } from "../types/gxdate";
export declare const toString: (target: GxDate, targetDate: GxDate, dateFormat?: String) => string;
