import { DateStringValue } from '../../types'; export declare function assignTime(dateValue: DateStringValue | null, // Date to assign time to timeString: string): DateStringValue | null;