import { MomentLike } from '../../interfaces'; export declare function createMomentToDateMethod(toISOString: (this: Date) => string): (this: MomentLike) => Date;