import { GxDate } from "../types/gxdate";
export declare const toString: (targetDate: GxDate, dateFormat?: String) => string;
