import { DateParts, FormatOptions } from './types';
export default function parseDate(date: Date, options?: FormatOptions): DateParts;
