/**
 * Overwrite the previous value with the next value.
 */
export declare function overwrite<T>(prev: T, next: T): T;
//# sourceMappingURL=overwrite.d.ts.map