import { TimeParts } from '../types'; export declare function timeFromDate(d: Date | null): TimeParts; export declare function mergeDateTime(day: Date, parts: TimeParts): Date; //# sourceMappingURL=datetime-parts.d.ts.map