import { SchemaExt } from 'schemata-ts/SchemaExt'; /** * @since 1.0.0 * @category Model */ export declare type DateFromIntS = SchemaExt; /** * Represents Date objects derived from time in milliseconds. * * @since 1.0.0 * @category Schema */ export declare const DateFromInt: DateFromIntS; //# sourceMappingURL=DateFromInt.d.ts.map