import { GxDatetime } from "../gxdatetime";
export declare const timeToISOString: (d: GxDatetime) => string;
