import { Moment, MomentInput } from 'moment'; export declare function newValidMoment(inp?: MomentInput, errorMessageWhenInvalid?: string): Moment;