/** * return the destination (value) * * @param {string} path - path in the obj to the item * @returns {T[]} - array of found items */ export declare const getProvidersFromWindow: (path: string) => T[];