import { InternalMomentLike } from '../../interfaces'; export declare function isMoment(value: any): value is InternalMomentLike;