import type { PropertyKey } from "../index"; declare function CopyDataProperties( target: T, source: S, excludedItems: E[], ): T & Omit; export = CopyDataProperties;