/** * Finds the host app under which an addon is running. * * This allows us to easily look up the host app from a nested addon (an addon * running under another addon). */ declare function findHost(addon: any): any; export default findHost; //# sourceMappingURL=findHost.d.ts.map