/** * @name objectCopy * @summary Creates a shallow clone of the input object */ export declare function objectCopy(source: T): T;