import { S as State } from "./packem_shared/types.d-CXh0cdsD.js"; /** * Strict copy all properties contained on the object. */ declare const copyOwnProperties: (value: Value, clone: Value, state: State) => Value; /** * Get an empty version of the object with the same prototype it has. */ declare const getCleanClone: (input: unknown) => any; export { copyOwnProperties, getCleanClone };