/** * Retrieves a value from a config object using dot notation. * * @param {Object} obj - The config object. * @param {string} key - The key to retrieve (supports dot notation). * @returns {any} - The value of the key. */ export declare function getPathValue(obj: Record, key: string): any; //# sourceMappingURL=get-path-value.d.ts.map