Add IWYU export pragmas to top-level headers.
A lot of tooling seems to depend on these. In particular, clang-tidy and clangd, which can use IWYU configs to auto-suggest which headers to include for a given symbol, and for removing unnecessary headers.