/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * @hidden * Reads the value at the path in the src object and writes it to the dst object. */ export declare function readPath(src: any, dst: any, ...path: string[]): void; //# sourceMappingURL=readPath.d.ts.map