import { DateTime } from "../typing";
export declare function parseDate(input: DateTime): Date;
