declare const copyProperties: (dst: object, src: object) => void; export default copyProperties;