import { Moment } from 'moment'; export declare function parseNoSeparatedDate(dt: string, format: string, isUTC: boolean): Moment | undefined;