import { Moment } from "moment-jalaali"; declare const getValidatedMoment: (value: Moment | Date | string | undefined | null, format: string) => Moment | null; export { getValidatedMoment };