export declare function applyJsonPatch(source: any, patch: object): any;
