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