import { GxDate } from "../gxdate";
export declare const GxDateToISOString: (d: GxDate) => string;
