export declare class ObjectService { constructor(); shallowCopy(target: T, source: T): T; }