/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * @hidden * Recursively look for values with a `toJSON()` method. If found, * call it and replace the value with the return value. */ export declare function resolveJsonValues(obj: any): any; //# sourceMappingURL=resolveJsonValues.d.ts.map