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