import type Rfdc from "rfdc"; export declare function getDeepCloneFunction(): Promise>; export declare function deepMergeImpl(target: T, source: S, shouldOverwriteUndefined: boolean): T & S; /** * Performs a custom deep equality check using `fast-equals` with specific overrides. * * @param x The first value to compare. * @param y The second value to compare. * @returns True if the values are deeply equal, false otherwise. */ export declare function customFastEqual(x: T, y: T): Promise; //# sourceMappingURL=lang.d.ts.map