/** * Forward the events the podman container leaves in the directory the two * share. That container has no route to the host manager of its own, so its * event log is the only sign of whether the CDI watcher ever fired. * * Nothing here may throw: this is diagnostics, and the node's uncaught handler * would turn a failure to read a log file into the node stopping. Watching can * fail outright (a directory that is not there, a host out of inotify watches) * and a watch already established still reports errors of its own if the * directory it covers is removed. */ export declare function reportPodmanDiagnostics(configLocation: string): void;