import { AnyDateValue, DateStringValue } from '../../types'; export declare function toDateString(date: AnyDateValue): DateStringValue;