import { LbDateOptions } from '../interfaces'; export declare function createMergedLbdateOptions(lastToNativeJsonName: string | null, options?: Partial): LbDateOptions;