import { DeepPartial } from "@scramjet/types"; export declare const merge: >(target: T, source?: DeepPartial, strict?: boolean) => void;