/**
 * @public
 * Returns the newValue if defined, else the old value.
 *
 * @remarks
 * See {@link fpMaybeNewValue}.
 */
export declare function fpMaybeNewValue<TValue>(newValue: TValue | null | undefined, oldValue: TValue): TValue;
//# sourceMappingURL=fp-maybe-new-value.d.ts.map