import { TPeriod } from "../types/index.js"; type TInput = TPeriod; type TOutput = string; declare function validateAndFormatDate(props: TInput): TOutput; export default validateAndFormatDate; //# sourceMappingURL=validate-and-format-date.d.ts.map