/** Copy hh:mm:ss.fff part from B to A
 * @returns the same date pointed at first argument */
export default function dateCopyTime(to: Date, from: Date, utc: boolean): Date;
