import { LbDateOptions, MomentLike } from '../../interfaces'; export declare function toJsonMethodFactory(mergedOptions: LbDateOptions, lastToNativeJsonName: string | null): (this: Date | MomentLike) => string;