/** * * @param date * @param options * return a date string which follows the JSON schema standard */ export declare function dateToString(date: string | Date, options?: any): string; export declare function getOrdinal(day: number): string;