import { LocalDate } from "js-joda"; /** * Convert "4 March 2019" to a LocalDate */ export declare function date(input: string): LocalDate;